arrikto / oidc-authservice

This is a fork/refactoring of the ajmyyra/ambassador-auth-oidc project
MIT License
87 stars 66 forks source link

x509: certificate signed by unknown authority-While deploying Kubeflow #121

Open rahu984 opened 1 year ago

rahu984 commented 1 year ago

I have been trying to integrate google sso with our dev instance. When we deployed the changes, we are facing this issue level=error msg="OIDC provider setup failed, retrying in 10 seconds: Get \":instance-url/.well-known/openid-configuration\": x509: certificate signed by unknown authority".

We tried using the image that was mentioned in one of the stack overflow links for the oidc service, that doesn't seem to work either.

The image we used gcr.io/arrikto/kubeflow/oidc-authservice:2cb5bf6

Anyone who faced similar issues and you had resolved it, kindly give-in your inputs. would be of great help.