kubenetworks/kubevpn

Error: no Auth Provider found for name "oidc"

Closed this issue · 4 comments

I'm getting the following error when trying to use this tool:

Error: no Auth Provider found for name "oidc"

adding the import:

_ "k8s.io/client-go/plugin/pkg/client/auth"

seems to solve the issue.

Yes, you are right, i forgot it, client-go library already support, what we need is just refenerce this package, do you have interesting on this issue? maybe you can help me to solve this issue?

For now, you can use command kubectl config view --flatten --raw > config , then use kubevpn with this kubeconfig, it should works well

fixed in this commit: cc8eb9d

Thanks