Fix jwtIssuer to allow for Uris including scheme (#425)

This commit is contained in:
Drew Wells
2023-08-09 16:53:21 +02:00
committed by GitHub
parent 7a6e4f8d75
commit bfec27ef67
7 changed files with 10 additions and 9 deletions
@@ -107,7 +107,7 @@ insecureScheme:
# cpu: 100m
# memory: 64Mi
jwtIssuer: oidc-discovery.example.org
jwtIssuer: https://oidc-discovery.example.org
config:
# -- The log level, valid values are "debug", "info", "warn", and "error"