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

Add support for LDAP user authentication #679

Closed
rx294 opened this issue Dec 23, 2020 · 0 comments · Fixed by #792
Closed

Add support for LDAP user authentication #679

rx294 opened this issue Dec 23, 2020 · 0 comments · Fixed by #792
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@rx294
Copy link
Collaborator

rx294 commented Dec 23, 2020

Add support for for LDAP and LDAPS authentication for heimdall2.

In the initial iteration, the setup could be done over API calls. The API way has the benefit of avoiding plain-text files with LDAP password.

It also allows for setup through env vars for docker/k8s deployments.
For traditional deployments we could develop a script + yaml conf file to automate the setup.

We could make localhost based actions non-authenticated allowing for automated setups.

Later the API could be hooked View panels to allow UI based setup.

Example on how gitlab deployment allows for LDAP setup through env vars

https://github.com/sameersbn/docker-gitlab/blob/e95c3b744af2ed0302424c40c049717630522b67/README.md#available-configuration-parameters

@rx294 rx294 added the enhancement New feature or request label Dec 23, 2020
@rx294 rx294 added this to the v2.3.7 milestone Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants