jetstack / kube-oidc-proxy

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

Issue with kubectl command after installation #199

Closed saiharshitachava closed 3 years ago

saiharshitachava commented 3 years ago

HI Team,

I installed oidc-proxy and exposed it via ingress and secured the url for oidc proxy

Im able to set the context and everything but after setting the context and running kube commands I see below cert error

Unable to connect to the server: x509: certificate signed by unknown authority

And Im sure the oidc proxy url exposed via ingress is secured

Any help here