Add additional environment variables for sensitive information #830
Closed
kenlasko
started this conversation in
Feature Requests
Replies: 2 comments
-
|
And the postgres connection string as well |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Postgres string will be available in the 1.11.0 release this week from db513b4. The email password is already available as an env var EMAIL_SMTP_PASS. I think we are going to close this as completed! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see there is already support for USERS_SERVERADMIN_EMAIL and USERS_SERVERADMIN_PASSWORD as environment variables. This should be extended to other potentially sensitive things such as:
Others may have additional settings as well.
Ideally, this should be done in conjunction with #749 to support Docker Secrets. This will allow me to store the entire config in a Git repo without sharing secrets.
Beta Was this translation helpful? Give feedback.
All reactions