Configurable insecureScheme nginx image

Co-Authored-by: Gert Jan Kamstra <[email protected]>
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Marco Franssen
2023-02-18 13:04:02 +01:00
committed by Marco Franssen
co-authored by Gert Jan Kamstra
parent 1c54ce82bb
commit 4f93ead90a
5 changed files with 19 additions and 10 deletions
+4 -1
View File
@@ -62,7 +62,6 @@ Kubernetes: `>=1.19.0-0`
| oidc.acme.directoryUrl | string | `"https://acme-v02.api.letsencrypt.org/directory"` | |
| oidc.acme.emailAddress | string | `"[email protected]"` | |
| oidc.acme.tosAccepted | bool | `false` | |
| oidc.allowInsecureScheme | bool | `false` | |
| oidc.domains[0] | string | `"localhost"` | |
| oidc.domains[1] | string | `"spire-oidc.spire"` | |
| oidc.domains[2] | string | `"spire-oidc.spire.svc.cluster.local"` | |
@@ -71,6 +70,10 @@ Kubernetes: `>=1.19.0-0`
| oidc.image.pullPolicy | string | `"IfNotPresent"` | |
| oidc.image.repository | string | `"gcr.io/spiffe-io/oidc-discovery-provider"` | |
| oidc.image.tag | string | `""` | |
| oidc.insecureScheme.enabled | bool | `false` | |
| oidc.insecureScheme.nginx.pullPolicy | string | `"IfNotPresent"` | |
| oidc.insecureScheme.nginx.repository | string | `"nginx"` | |
| oidc.insecureScheme.nginx.tag | string | `"alpine"` | |
| oidc.jwtIssuer | string | `"oidc-discovery.example.org"` | |
| oidc.logLevel | string | `"INFO"` | |
| oidc.service.annotations | object | `{}` | |