Skip to content

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

Open
@alexclear

Description

@alexclear

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    helmRelated to helm and app-catalogkind/bugCategorizes issue or PR as related to a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions