headlamp-k8s / headlamp

A Kubernetes web UI that is fully-featured, user-friendly and extensible
https://headlamp.dev
Apache License 2.0
2.22k stars 156 forks source link

Can't access/display OIDC authentication page #1849

Closed genseb13011 closed 7 months ago

genseb13011 commented 7 months ago

Hi,

I'm facing an issue when I try to configure OIDC authentication, more precisaly the OIDC page is never displayed (always token access page).

Deployment informations

Helm chart: headlamp from https://headlamp-k8s.github.io/headlamp/ Helm version: 0.19.0

What I've tried:

env:
  - name: HEADLAMP_CONFIG_OIDC_CLIENT_ID
    value: "xxxxxxxx"
  - name: HEADLAMP_CONFIG_OIDC_CLIENT_SECRET
    value: "xxxxxxxx"
  - name: HEADLAMP_CONFIG_OIDC_IDP_ISSUER_URL
    value: "xxxxxxxx"
config:
  oidc:
    secret:
      create: true
      name: oidc
    clientID: "xxxxxxxxxxx"
    clientSecret: "xxxxxxxxxxxx"
    issuerURL: "xxxxxxxxxxx"

Am I missing something?

Sébastien.

genseb13011 commented 7 months ago

Sorry it was a confusion between 2 different environments