Add additional domains to JWT issued items. (#230)

Co-authored-by: Marco Franssen <[email protected]>
This commit is contained in:
kfox1111
2023-07-03 22:26:28 +02:00
committed by GitHub
co-authored by Marco Franssen
parent 3405e13944
commit c1b1dd3d88
10 changed files with 27 additions and 13 deletions
@@ -104,12 +104,14 @@ insecureScheme:
# cpu: 100m
# memory: 64Mi
jwtIssuer: oidc-discovery.example.org
config:
# -- The log level, valid values are "debug", "info", "warn", and "error"
logLevel: info
domains:
- localhost
- oidc-discovery.example.org
# -- Add additional domains that can be used for oidc discovery
additionalDomains:
- localhost
acme:
tosAccepted: false