-
|
In the Gatekeeper source code, I found this:
Does that mean that the client secret can be passed to Gatekeeper as the environment variable CLIENT_SECRET ? |
Beta Was this translation helpful? Give feedback.
Answered by
bogbert
Nov 19, 2025
Replies: 1 comment
-
|
Answering to myself: Env variables have to be prefixed with "PROXY_" |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bogbert
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Answering to myself: Env variables have to be prefixed with "PROXY_"
so I have to use the variable PROXY_CLIENT_SECRET, and it's working perfectly fine with the proper name :)