Skip to content
Discussion options

You must be logged in to vote

If you put the secrets in the .env file, you need to put them in the following fashion with curlies ${variable} to enable variable expansion:

.env file:

myclient_id=«id»
myclient_secret=«secret»

docker-compose.yaml:

OIDC_CLIENT_ID=${myclient_id}
OIDC_CLIENT_SECRET=${myclient_secret}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ajain-93
Comment options

Answer selected by tismofied
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants