-
Notifications
You must be signed in to change notification settings - Fork 93
Unexpected error when reading response body: stream error: stream ID 1; INTERNAL_ERROR #197
Comments
I have managed to setup kube-oidc-proxy with dex and gangway but I get this error. [root@k8-master gangway]# kubectl get nodes Logs of kube-oidc-proxy: [root@k8-master api-oidc-proxy]# kubectl logs kube-oidc-proxy-7b5fcb4bb6-gqzc4 -n oidc-proxy I'm using cert-manager for tls certificate and nginx ingress controller.
I have configured the server endpoints in kubeconfig file to point to login.oidcdex.ga and the dex issuer ca.crt file as certificate-authority provided by letsencrypt. TLS is getting terminated at LB. dex config:
proxy config:
Any help please? |
I got this error when my ingress-nginx was timing out, at 60s reliably, which was how I figured out that it was some timeout. I setup my ingress like this and the issue was resolved, no more timeouts at 60s:
|
Hi,
First of all a big thanks to all the teams of Jetstack and Heptiolabs for this wonderful project!
I need your guidance/help with the manifest files to setup SSO for a cloud managed kubernetes cluster.
I'm using Digital Ocean as cloud provider and have spawned up a managed K8s cluster and want to enable SSO.
I have decided to use Dex as IDP and Github Org as external auth provider. Gangway as helper app and kube-oidc-proxy as proxy for K8s api server.
I have followed the deploy instruction for Dex and Gangway and was successful in configuring it how stuck with configuring kube-oidc-proxy and making changes to Gangway to integrate with kube-oidc-proxy.
I would be thankful if anyone has done this setup for managed kubernetes cluster and help me with the manifest for it.
Thanks in advance!
BR,
Sandeep.
The text was updated successfully, but these errors were encountered: