Definitions
Break Glass は GitOps の用語で an emergency path for bypassing normal controls with clear evidence and review. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: OpenGitOps principles.
“チームは昼食前に Break Glass を使い、リリースがほどけた靴ひもで本番へ走らないようにした。”
Break Glass is a GitOps term for an emergency path for bypassing normal controls with clear evidence and review. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: OpenGitOps principles.
“The team used Break Glass before lunch, so the release did not sprint into production wearing untied shoes.”
Related Terms
- Emergency PatchGitOps and Release Engineering
Emergency Patch は GitOps の用語で a small urgent change applied to reduce active risk. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: OpenGitOps principles.
- 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 ...
- Secret SealingGitOps and Release Engineering
Secret Sealing は GitOps の用語で encrypting a secret so it can be safely stored in a repository. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: Argo CD documentation; ...
- 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...