UNCLASSIFIED - NO CUI

Skip to content

Double quote bug fix for jwks_uri

Danny Gershman requested to merge quote-bug-fix into main

When running this chart today, I received this error (this is without the quotes even, although the umbrella chart in the BB main repo, says to use quotes).

[2023-04-24 20:16:07.746] [console] [error] main: Unexpected error: Expected , or } after key:value pair.
      "jwks_uri": ""https://keycloak.big
                    ^

How this is reproduced:

addons:
  authservice:
    enabled: true

    chains:
      full:
        ...
        jwks_uri: https://keycloak.bigbang.dev/auth/realms/baby-yoda/protocol/openid-connect/certs
Edited by Danny Gershman

Merge request reports