Enhancement: Make the Docker image compatible for using Docker Secrets #3190
prononext
started this conversation in
Feature Requests & Suggestions
Replies: 1 comment
-
Are there any plans to make the docker container compatible with docker-secrets? |
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
-
What features would you like to see added?
It would be really nice if the Docker Images would be compatible to Docker Secrets https://docs.docker.com/engine/swarm/secrets/
More details
You could use the _FILE suffix on any ENV to encrypt sensible information like API Keys and other secrets inside Docker, so it is not available in clear inside the .env file. Every major image out there like for example mysql, postgres, mogo and many more are having this enabled on all Environment Variables.
For a save setup without possibly exposed API-Keys and secrets that would be a secure way to go.
Which components are impacted by your request?
No response
Pictures
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions