jetstack / kube-oidc-proxy

Reverse proxy to authenticate to managed Kubernetes API servers via OIDC.
https://jetstack.io
Apache License 2.0
476 stars 92 forks source link

Helm chart - wrong arg for requiredClaims #194

Closed MatisseB closed 9 months ago

MatisseB commented 3 years ago

https://github.com/jetstack/kube-oidc-proxy/blob/1080bc238c570752b120e9f06584d8131149a27f/deploy/charts/kube-oidc-proxy/templates/deployment.yaml#L63

Hello, I've found an error on the helm chart. I was trying to deploy it with a requiredClaim and end up with the following error:

image

The cli argument is set to "--oidc-signing-algs" instead of "--oidc-required-claim"