Skip to content

Conversation

@franco-ruggeri
Copy link

This PR fixes loft-sh/devpod#1857.

Specifically, it adds support for OpenID Connect (OIDC) authentication, where the kube config has the following format:

apiVersion: v1
kind: Config
...
users:
- name: user@cluster
  user:
    auth-provider:
      config:
        client-id: <REDACTED>
        client-secret: <REDACTED>
        id-token: <REDACTED>
        idp-issuer-url: <REDACTED>
        refresh-token: <REDACTED>
      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

Successfully merging this pull request may close these issues.

Kubernetes no Auth Provider found for name "oidc"

1 participant