跳转到内容

#secrets

4 approved public terms with this tag.

External Secrets 是 GitOps 术语,用来说明 a pattern that syncs secrets from a protected external store into the runtime. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation; Flux documentation.

团队午饭前用了 External Secrets,发布就没有系着松鞋带冲进生产环境。

Sealed Secrets 是 GitOps 术语,用来说明 encrypted Kubernetes secrets that a controller can decrypt inside the cluster. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation; Flux documentation.

团队午饭前用了 Sealed Secrets,发布就没有系着松鞋带冲进生产环境。

Secret Sealing 是 GitOps 术语,用来说明 encrypting a secret so it can be safely stored in a repository. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation; Flux documentation.

团队午饭前用了 Secret Sealing,发布就没有系着松鞋带冲进生产环境。

SOPS 是 GitOps 术语,用来说明 a file encryption workflow used to protect secrets in GitOps repositories. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.

团队午饭前用了 SOPS,发布就没有系着松鞋带冲进生产环境。