-
Notifications
You must be signed in to change notification settings - Fork 888
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vault config sensitive information #175
Comments
Hi @kg-scality, which database are you using for storage? |
I'm using a MySQL database. |
@kg-scality, most database storage drivers allow environment variables to be set for configuration, but it would appear that MySQL doesn't. On the Vault side we can add support for a Since we're rendering a Vault configuration file, it's not as easy as flipping the ConfigMap to be a secret, unfortunately. |
Yes, I definitely think both solutions would help. |
I confirm it works for my setup. |
Hello,
To my understanding of the chart, vault is loading its config file from a hard coded path that is managed by the chart from a ConfigMap.
From this assessment I failed to understand how I can protect sensitive information that might be needed in vault's configuration. In my case I have an SQL database as a storage backend, meaning I have to store a password in the configuration.
Is my assessment correct ? If it is, I suggest multiple opportunities for improvement in the chart:
Thanks in advance for your time.
The text was updated successfully, but these errors were encountered: