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
+1 -1
View File
@@ -9,7 +9,7 @@ global:
# -- The trust domain to be used for the SPIFFE identifiers
trustDomain: example.org
# -- Set the jwt issuer
jwtIssuer: oidc-discovery.example.org
jwtIssuer: https://oidc-discovery.example.org
# -- Override all instances of bundleConfigMap
bundleConfigMap: ""