Secret Sealing
Definitions
Secret Sealing は GitOps の用語で encrypting a secret so it can be safely stored in a repository. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: Argo CD documentation; Flux documentation.
“チームは昼食前に Secret Sealing を使い、リリースがほどけた靴ひもで本番へ走らないようにした。”
Related Terms
- External SecretsGitOps and Release Engineering
External Secrets は GitOps の用語で a pattern that syncs secrets from a protected external store into the runtime. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: Argo C...
- Sealed SecretsGitOps and Release Engineering
Sealed Secrets は GitOps の用語で encrypted Kubernetes secrets that a controller can decrypt inside the cluster. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: Argo CD ...
- SOPSGitOps and Release Engineering
SOPS は GitOps の用語で a file encryption workflow used to protect secrets in GitOps repositories. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: Flux documentation.
- Break GlassGitOps and Release Engineering
Break Glass は GitOps の用語で an emergency path for bypassing normal controls with clear evidence and review. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: OpenGitOps...
- Signed CommitGitOps and Release Engineering
Signed Commit は GitOps の用語で a Git commit with cryptographic proof of author or system identity. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: OpenGitOps principle...
- Signed ImageGitOps and Release Engineering
Signed Image は GitOps の用語で a container image with cryptographic proof attached to the artifact. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: OpenGitOps principle...