We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
livelint doesn't work with auth-provider OIDC
# livelint failed to start livelint: error creating k8s client set: no Auth Provider found for name "oidc"
My kubeconfig:
apiVersion: v1 clusters: - cluster: server: https://api.k8s-dev.#### name: api.k8s-dev..#### contexts: - context: cluster: api.k8s-dev..#### namespace: .#### user: admin1-api.k8s-dev..#### name: admin1-api.k8s-dev..#### current-context: admin1-api.k8s-dev..#### kind: Config preferences: {} users: - name: api.k8s-dev..#### user: auth-provider: config: client-id: kubeconfig-generator client-secret: .#### id-token: .#### idp-issuer-url: https://dex.k8s-dev..#### refresh-token: .#### name: oidc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
livelint doesn't work with auth-provider OIDC
My kubeconfig:
The text was updated successfully, but these errors were encountered: