Replies: 2 comments
-
Are you available to test this when it's implemented? |
Beta Was this translation helpful? Give feedback.
0 replies
-
^bump Unless you're willing to test the implementation, I'm going to close this soon. |
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
-
Pretty straight-forward. Allow setting API Keys with Docker secrets.
Either allow any VARNAME to be set from the contents of a file path assigned to FILE__VARNAME, or create optional vars for each API KEY var named VARNAME_FILE that accepts a file path that will result in setting VARNAME to the cat result of the supplied path.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions