github.com/argoproj/argo-cd@v1.8.7/docs/operator-manual/secret-management.md (about) 1 # Secret Management 2 3 Argo CD is un-opinionated about how secrets are managed. There's many ways to do it and there's no one-size-fits-all solution. Here's some ways people are doing GitOps secrets: 4 5 * [Bitnami Sealed Secrets](https://github.com/bitnami-labs/sealed-secrets) 6 * [GoDaddy Kubernetes External Secrets](https://github.com/godaddy/kubernetes-external-secrets) 7 * [External Secrets Operator](https://github.com/ContainerSolutions/externalsecret-operator) 8 * [Hashicorp Vault](https://www.vaultproject.io) 9 * [Banzai Cloud Bank-Vaults](https://github.com/banzaicloud/bank-vaults) 10 * [Helm Secrets](https://github.com/futuresimple/helm-secrets) 11 * [Kustomize secret generator plugins](https://github.com/kubernetes-sigs/kustomize/blob/fd7a353df6cece4629b8e8ad56b71e30636f38fc/examples/kvSourceGoPlugin.md#secret-values-from-anywhere) 12 * [aws-secret-operator](https://github.com/mumoshu/aws-secret-operator) 13 * [KSOPS](https://github.com/viaduct-ai/kustomize-sops#argo-cd-integration) 14 15 16 For discussion, see [#1364](https://github.com/argoproj/argo-cd/issues/1364)