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

Support for Docker Secrets #769

Open
juliangrube1988 opened this issue Aug 12, 2024 · 1 comment
Open

Support for Docker Secrets #769

juliangrube1988 opened this issue Aug 12, 2024 · 1 comment
Assignees

Comments

@juliangrube1988
Copy link

Is your feature request related to a problem? Please describe.
Id like to use QuantumLeap in a Docker Compose file using Docker secrets to configure POSTGRES_DB_NAME, POSTGRES_DB_USER and POSTGRES_DB_PASS.

Describe the solution you'd like
If environment variable POSTGRES_DB_NAME_FILE, POSTGRES_DB_USER_FILE and POSTGRES_DB_PASS_FILE is set, try to read from specified path and set value like for example: https://hub.docker.com/_/postgres and https://hub.docker.com/_/mysql.

@c0c0n3
Copy link
Member

c0c0n3 commented Aug 20, 2024

hi @juliangrube1988 :-)

Thanks for the suggestion, but we only use Docker for testing in dev environments where using plain text passwords is obviously not an issue. For production, we run on K8s and use K8s secrets.

That said, you're welcome to contribute this feature yourself :-)

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

No branches or pull requests

2 participants