We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Headlamp does not allow to sign in using ADFS integration
Steps to reproduce the bug:
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
Not sure
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Headlamp does not allow to sign in using ADFS integration
To Reproduce
Steps to reproduce the bug:
Environment (please provide info about your environment):
Are you able to fix this issue?
Not sure
The text was updated successfully, but these errors were encountered: