1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-22 06:49:40 +02:00

Revert "fix(docs): add APIKey Digest example EE-6199 (#10980)" (#10981)
Some checks failed
ci / build_manifests (push) Has been cancelled
Test / test-server (map[arch:amd64 platform:windows version:ltsc2022]) (push) Has been cancelled
ci / build_images (map[arch:amd64 platform:linux]) (push) Has been cancelled
ci / build_images (map[arch:amd64 platform:windows version:1809]) (push) Has been cancelled
ci / build_images (map[arch:amd64 platform:windows version:ltsc2022]) (push) Has been cancelled
ci / build_images (map[arch:arm64 platform:linux]) (push) Has been cancelled
/ triage (push) Has been cancelled
Lint / Run linters (push) Has been cancelled
Test / test-client (push) Has been cancelled
Test / test-server (map[arch:amd64 platform:linux]) (push) Has been cancelled
Test / test-server (map[arch:amd64 platform:windows version:1809]) (push) Has been cancelled
Test / test-server (map[arch:arm64 platform:linux]) (push) Has been cancelled
Close Stale Issues / stale (push) Has been cancelled
Nightly Code Security Scan / Client Dependency Check (push) Has been cancelled
Nightly Code Security Scan / Server Dependency Check (push) Has been cancelled
Nightly Code Security Scan / Image Vulnerability Check (push) Has been cancelled
Nightly Code Security Scan / Analyse Scan Results (push) Has been cancelled

This reverts commit 7b6e106606.
This commit is contained in:
Dakota Walsh 2024-01-19 14:02:19 +13:00 committed by GitHub
parent 7b6e106606
commit 36ab4dfb1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -908,7 +908,7 @@ type (
Prefix string `json:"prefix"` // API key identifier (7 char prefix) Prefix string `json:"prefix"` // API key identifier (7 char prefix)
DateCreated int64 `json:"dateCreated"` // Unix timestamp (UTC) when the API key was created DateCreated int64 `json:"dateCreated"` // Unix timestamp (UTC) when the API key was created
LastUsed int64 `json:"lastUsed"` // Unix timestamp (UTC) when the API key was last used LastUsed int64 `json:"lastUsed"` // Unix timestamp (UTC) when the API key was last used
Digest string `json:"digest,omitempty" example:"b8GuHNH/ZNZ+44Ivkm4sDadzrz7MuiCCeKnvpE14jaw="` // Digest represents SHA256 hash of the raw API key Digest string `json:"digest,omitempty"` // Digest represents SHA256 hash of the raw API key
} }
// Schedule represents a scheduled job. // Schedule represents a scheduled job.