How to set up Google oauth through environment variables instead of config yaml #3434
-
Hi, I am configuring google oauth and would like to have my clientid and clientsecret coming from a secret instead of putting it as plaintext inside the values.yaml yamlApplicationConfig section, is it possible to setup oauth through envs that read from a secret? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hello @joaoluchetti.
|
Beta Was this translation helpful? Give feedback.
-
@joaoluchetti you can try to use your env variables names which you are providing via existing secret instead of |
Beta Was this translation helpful? Give feedback.
Hello @joaoluchetti.
Yes you can. There are two ways.
Here is an example.