geerlingguy / drupal-operator

Drupal Operator for Kubernetes, built with Ansible and the Operator SDK.
32 stars 6 forks source link

Allow use of secret for database password #22

Closed kfox1111 closed 4 years ago

kfox1111 commented 4 years ago

The example CR has the password in the CR database_password: change-me

CR's do not support encryption in the kubernetes apiserver, while secrets do. It would be good if passwords could be placed in a secret and referenced in the CR.

geerlingguy commented 4 years ago

I agree; I also have semi-related issue #4.

dmlb2000 commented 4 years ago

I know a lot of folks like to use the .env environment variable approach to managing configuration in different environments. K8S can store secrets in environment variables, should I put in a pull request to handle that?

stale[bot] commented 4 years ago

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

stale[bot] commented 4 years ago

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.