Skip to content
New issue

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 #90

Open
belov38 opened this issue Mar 2, 2024 · 0 comments
Open

livelint doesn't work with auth-provider OIDC #90

belov38 opened this issue Mar 2, 2024 · 0 comments

Comments

@belov38
Copy link

belov38 commented Mar 2, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant