-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
Use Secret for st2.docker.conf
instead of ConfigMap
#408
Comments
This is supported via stackstorm-k8s/templates/_helpers.tpl Lines 167 to 171 in fabbea9
stackstorm-k8s/templates/_helpers.tpl Lines 177 to 181 in fabbea9
The value is described here: Lines 112 to 116 in fabbea9
Does that resolve your concerns? |
Can we add this to docs please? |
I'm using the existingConfig and now I have a secret called st2-secrets-conf that contains the DB / LDAP / RabbitMQ connection info and also a configMap called -st2-config that contains both st2.docker.conf that contains redis and rabbitMQ connection info in clear text. And I think that the only reason I don't have Mongo connection info there as well is that I'm not using the mongo chart. imo there should be a way to force the installation to only accept credentials from secrets. |
Here all these credentials are stored in
ConfigMap
Doesn't it make more sense to use
Secret
since this contains credentials.The text was updated successfully, but these errors were encountered: