External Secrets
Definitions
External Secrets 是 GitOps 术语,用来说明 a pattern that syncs secrets from a protected external store into the runtime. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation; Flux documentation.
“团队午饭前用了 External Secrets,发布就没有系着松鞋带冲进生产环境。”
Related Terms
- Sealed SecretsGitOps and Release Engineering
Sealed Secrets 是 GitOps 术语,用来说明 encrypted Kubernetes secrets that a controller can decrypt inside the cluster. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentat...
- Secret SealingGitOps and Release Engineering
Secret Sealing 是 GitOps 术语,用来说明 encrypting a secret so it can be safely stored in a repository. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation; Flux docum...
- 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 principle...
- Signed CommitGitOps and Release Engineering
Signed Commit 是 GitOps 术语,用来说明 a Git commit with cryptographic proof of author or system identity. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.
- Signed ImageGitOps and Release Engineering
Signed Image 是 GitOps 术语,用来说明 a container image with cryptographic proof attached to the artifact. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.