gruntwork-io / helm-kubernetes-services

Helm charts that can be used to package your applications into production ready deployments for Kubernetes. https://www.gruntwork.io
Apache License 2.0
196 stars 156 forks source link

Secrets management #19

Open yorinasub17 opened 5 years ago

yorinasub17 commented 5 years ago

Find a way to seamlessly integrate SealedSecrets.

Or consider gruntkms or sops such that secrets are decrypted as they are mounted into pods as an alternative. Need some way to ensure the IAM role scope is inherited from the Pod config.

shenal commented 5 years ago

@yorinasub17 Can the bitnami's Sealed Secrets Controller be used for this purpose?

yorinasub17 commented 5 years ago

Ah yes SealedSecrets is probably the right way to go for this!

rhoboat commented 2 years ago

This issue might be supplanted by https://github.com/gruntwork-io/helm-kubernetes-services/issues/118. Leaving open in case there's still a need for SealedSecrets.