This repository has been archived by the owner on Jul 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Can't find "oidc" auth provider #6
Comments
Hi, Sorry, right now the tool only works when using mutual TLS for authenticating with the apiserver. |
I also ran into this issue, though in my case the missing Auth Provider was GCP. Based on this comment, it seems that
I added the latter import to
Some more googling led me to the following update for
After running |
PR's welcome... |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey
I tried running the tool on my but it gives me this error:
which happens inside the `kubernetes.NewForConfig" call.
I checked my
config
file and it actually contains an auth provider calledoidc
The text was updated successfully, but these errors were encountered: