| It's worth noting that the "Kubernetes External Secrets"[0] project from Godaddy is now supplanted by "Secret-Manager"[1]. I've been using Secret-Manager and it works very well. The authors of "kube-secret-syncer" mention "[other solutions] lack either in security, caching or flexibility". When it comes to "secret-manager", although I can not vouch for its security, the codebase is very small and probably easily auditable. It's also very flexible. It supports "SecretStores", currently AWS, GCP and Vault out of the box, and it's easy to add more. Not sure why "caching" is mentioned in the mix. I'm surprised they decided to re-invent the wheel instead of improving secret-manager. [0]: https://github.com/godaddy/kubernetes-external-secrets [1]: https://github.com/itscontained/secret-manager |
Secret-Manager docs are, ahem, limited.