-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow ClientSecret as EnvironmentVariable #44
Comments
I came searching for the same thing, also need this, @maidul98 is this something you're looking into? |
in the mean time you can workaround like this:
and export the vars like |
yes, this is the way i have setting up but this is not the most secure way. |
@WladyX @mdepedrof Not sure if I got it correct. But you can pass the client secret and client id as environment variable. As
|
is that documented? i can see that. |
For Security reasons its a good practise not hardcoded Secrets on your code. If you puts your code on a repository you are publishing your clientSecret for your Infisical environment.
The recomendation, like other providers, is allow to set the provider configs using envorinments variables.
Thanks!
The text was updated successfully, but these errors were encountered: