Ash
Results
2
comments of
Ash
@neilmfrench How did you end up getting the secret to not be base64 encoded? I found the same thing, the only way I could get this to work was by...
Just to add onto @DreamingRaven comment, the `config.staticClients[0].secret` doesn't seem to work. I had to use `config.staticClients[0].secretEnv: DEX_STATIC_CLIENT_SECRET` instead, noting the lack of a '$' before the variable name. Very...