5
Support Docker secrets for secrets
Source: umami-software/umami#2978 · opened by @jerrac
What Can we get support for using Docker secrets as a how we configure database connection details, as well as other secrets like the APP_SECRET? Specifically support them using the same method Postgres (I think postgres does this...) and MariaDB. Where you can use the plain "MARIADB_USER" environment variable if you want, but you can also use "MARIADB_USER_FILE" and point at where Docker mounts the secret for your username. Individual variables/secrets for each part of the database url would be nice as well. That lets you use the same secret on both app and database services. Why Using environment variables does not make it easy to keep secrets out of git, or other places they shouldn't be. In my specific use case, I am deploying to docker swarm via Portainer, and I'm using a git repo as the source for my stack. Which means I have to commit my database connection details in plain text, or store them in Portainer as plain text. I'…
No pledges yet. Be the first to back this.
Comments
Similar requests
Install "curl" in the docker image "umami:postgresql-latest"
1 vote · 0 comments
Support for sqlite backend
12 votes · 0 comments
Add support for deployment to Cloudflare Pages & Workers
4 votes · 0 comments
Support for CockroachDB for scalability & SQLite for simplicity
1 vote · 0 comments
Support for cockroachdb
1 vote · 0 comments
No comments yet.