You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if the docker image would support docker secrets, so that things like GitHub credentials can be safely stored without building them into the image or providing them through environment variables.
The text was updated successfully, but these errors were encountered:
Basically you just have to support configuring files from which confidential information is read instead of configuring the confidential data themselves.
Some relevant discussion / implementation in #2621 and #2626. These don't address docker secrets directly, though we could implement those with docker secrets in mind.
It would be great if the docker image would support docker secrets, so that things like GitHub credentials can be safely stored without building them into the image or providing them through environment variables.
The text was updated successfully, but these errors were encountered: