Files
helm-charts-hardened/.github/tests/spire-oidc-insecure/values.yaml
T
Kevin FoxandMarco Franssen cc7121e021 Add ingress support for OIDC discovery provider
This patch enables exposing the oidc server out with an ingress
along with tests to ensure it works.

Signed-off-by: Kevin Fox <[email protected]>

Co-authored-by: Marco Franssen <[email protected]>
2023-03-16 10:02:22 +01:00

22 lines
337 B
YAML

spiffe-oidc-discovery-provider:
enabled: true
insecureScheme:
enabled: true
config:
domains:
- ingress-nginx-controller
acme:
tosAccepted: false
ingress:
enabled: true
className: "nginx"
hosts:
- host: ingress-nginx-controller
paths:
- path: /
pathType: Prefix