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

Can't log in to Headlamp using ADFS integration #2918

Open
alexclear opened this issue Feb 18, 2025 · 0 comments
Open

Can't log in to Headlamp using ADFS integration #2918

alexclear opened this issue Feb 18, 2025 · 0 comments
Labels
bug Something isn't working helm Related to helm and app-catalog

Comments

@alexclear
Copy link

Describe the bug

Headlamp does not allow to sign in using ADFS integration

To Reproduce

Steps to reproduce the bug:

  1. Install Headlamp using a Helm chart:
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
  name: headlamp
  namespace: kube-system
spec:
  releaseName: headlamp
  chart:
    spec:
      chart: headlamp
      sourceRef:
        kind: HelmRepository
        name: headlamp
        namespace: kube-system
  interval: 15m
  timeout: 5m
  values:
    config:
      oidc:
        clientID: xxxxxxxx-xxxx-xxxx-xxxxxxxxxxxx
        clientSecret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
        issuerURL: https://sso.company.com/adfs
        scopes: "openid,profile,email"
    persistentVolumeClaim:
      enabled: true
      size: 1G
      accessModes:
      - ReadWriteOnce
      storageClassName: ec-csi-hi-sc
    ingress:
      enabled: true
      ingressClassName: nginx
      hosts:
      - host: lamp.${cluster_subdomain}
        paths:
        - path: /
          type: ImplementationSpecific
  1. Click on "Sign in"
  2. See "Lost connection to the cluster" error

Environment (please provide info about your environment):

  • Installation type: Helm
  • Headlamp Version: v0.28.1

Are you able to fix this issue?

Not sure

@alexclear alexclear added the bug Something isn't working label Feb 18, 2025
@dosubot dosubot bot added the helm Related to helm and app-catalog label Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working helm Related to helm and app-catalog
Projects
Development

No branches or pull requests

1 participant