How to keep sensitive things like variables a secret? #673
Closed
Rick-van-Dam
started this conversation in
General
Replies: 1 comment
-
Not at the moment, I would recommend just having the entire config file as a secret, especially since each provider has different credentials names etc. it would be rather cumbersome to have each as a unique key (through environment variables or other files). |
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.
-
I read the docs and iam wondering how to keep my cloudflare token a secret. I want to checkin the config file in git but obviously I don't want any secrets in there:
Is there any way to use something like environment tokens inside the settings json?
Beta Was this translation helpful? Give feedback.
All reactions