[Feature]: Docker Secrets/File-based ENV VAR Reading Support #682
Closed
Neutronlul
started this conversation in
Feature Requests
Replies: 1 comment
|
Done |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Describe the feature
Unless I'm missing something, there's no existing support in Tracearr for passing environment variables to the tracearr container via files. In my use-case, I don't have a great way to securely pass raw env vars to containers, and prefer to use Docker Secrets.
Examples or references
The most common pattern I've encountered for this is a FILE affix to the regular environment variable name that accepts a file path. For example:
COOKIE_SECRET=xyzCOOKIE_SECRET_FILE=/run/secrets/cookie_secretOr how
lscr.iodoes it: (link)Platform
All reactions