Replies: 1 comment
-
Figured out how - pretty straight forward, just use But seems it can't be applied everywhere. But https://github.com/dexidp/dex/blob/master/config.docker.yaml shows another way to use variables. Moreover, for static password, hashFromEnv attribute should be used instead (#1099) |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I can't find any document tells how to use environment variable.
What I did is adding a system level environment variable 'LISA'.
In config yaml I tried to use it for issuer (the target is to set it for bindPW)
issuer: $LISA
or
issuer: '$LISA'
or
issuer: {{ .Env.LISA}}
None of them works. I'm using v2.39.0, not using docker but installed it as a windows service.
Beta Was this translation helpful? Give feedback.
All reactions