docker secrets
#2289
-
Is it possible to supply user/password information through docker secrets? Using the current setup, I can only specify that the environment variables point to a file (e.g. /run/secrets/user) but for this container, the environment variable expects a username. Perhaps by adding a new environment variable, something like OPENVPN_USERNAME_FILE |
Beta Was this translation helpful? Give feedback.
Answered by
madcowGit
Jul 4, 2022
Replies: 1 comment 1 reply
-
I see this is being worked on already. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pkishino
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see this is being worked on already.
Thanks!