Handling secrets inside toml config #2321
Unanswered
erictrometer
asked this question in
Q&A
Replies: 1 comment
-
|
For some reason this does not pull the variable from the .env file:
Any thoughts on why? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Is there currently a way to handle secrets without exposing them directly inside the toml config files?
Declaring it like this seems rather insecure. I could not find any other ways in the doc? Tried .env injection into toml but the variables don't get parsed. Thanks for your suggestions.
Beta Was this translation helpful? Give feedback.
All reactions