Skip to content
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

Postgresql password should be moved into an environment variable #1

Closed
abukosek opened this issue Oct 12, 2021 · 1 comment · Fixed by #44 or #68
Closed

Postgresql password should be moved into an environment variable #1

abukosek opened this issue Oct 12, 2021 · 1 comment · Fixed by #44 or #68

Comments

@abukosek
Copy link
Contributor

Currently, the postgresql password is stored in plaintext in the config file (conf/server.yml).

It should be moved into an environment variable (and the username into its own environment variable as well).

@lesterli lesterli assigned ghost Oct 28, 2021
@ghost ghost linked a pull request Nov 10, 2021 that will close this issue
@ptrus ptrus closed this as completed in #68 Nov 15, 2021
@ptrus
Copy link
Member

ptrus commented Nov 15, 2021

With https://github.com/starfishlabs/oasis-evm-web3-gateway/pull/68 all configuration vars can also be set via ENV. Specifically for the Postgress password the DATABSE__PASSWORD env var can be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants