Add jwtIssuer configuration
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -71,6 +71,7 @@ Kubernetes: `>=1.19.0-0`
|
|||||||
| oidc.image.pullPolicy | string | `"IfNotPresent"` | |
|
| oidc.image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| oidc.image.repository | string | `"gcr.io/spiffe-io/oidc-discovery-provider"` | |
|
| oidc.image.repository | string | `"gcr.io/spiffe-io/oidc-discovery-provider"` | |
|
||||||
| oidc.image.tag | string | `""` | |
|
| oidc.image.tag | string | `""` | |
|
||||||
|
| oidc.jwtIssuer | string | `"oidc-discovery.example.org"` | |
|
||||||
| oidc.logLevel | string | `"INFO"` | |
|
| oidc.logLevel | string | `"INFO"` | |
|
||||||
| oidc.service.annotations | object | `{}` | |
|
| oidc.service.annotations | object | `{}` | |
|
||||||
| oidc.service.port | int | `80` | |
|
| oidc.service.port | int | `80` | |
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ data:
|
|||||||
ca_key_type = "rsa-2048"
|
ca_key_type = "rsa-2048"
|
||||||
|
|
||||||
{{- if eq (.Values.oidc.enabled | toString) "true" }}
|
{{- if eq (.Values.oidc.enabled | toString) "true" }}
|
||||||
jwt_issuer = "{{ .Values.oidc.domain }}"
|
jwt_issuer = "{{ .Values.oidc.jwtIssuer }}"
|
||||||
{{ end }}
|
{{ end }}
|
||||||
default_svid_ttl = "1h"
|
default_svid_ttl = "1h"
|
||||||
ca_subject = {
|
ca_subject = {
|
||||||
|
|||||||
@@ -44,6 +44,8 @@ oidc:
|
|||||||
annotations: {}
|
annotations: {}
|
||||||
# external-dns.alpha.kubernetes.io/hostname: oidc-discovery.example.org
|
# external-dns.alpha.kubernetes.io/hostname: oidc-discovery.example.org
|
||||||
|
|
||||||
|
jwtIssuer: oidc-discovery.example.org
|
||||||
|
|
||||||
domains:
|
domains:
|
||||||
- localhost
|
- localhost
|
||||||
- spire-oidc.spire
|
- spire-oidc.spire
|
||||||
|
|||||||
Reference in New Issue
Block a user