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

RFE: Add support for LDAP auth in grafana #912

Closed
dyasny opened this issue May 4, 2020 · 3 comments · Fixed by #1013
Closed

RFE: Add support for LDAP auth in grafana #912

dyasny opened this issue May 4, 2020 · 3 comments · Fixed by #1013

Comments

@dyasny
Copy link

dyasny commented May 4, 2020

https://grafana.com/docs/grafana/latest/auth/ldap/

This is a request to add LDAP support to the authentication mechanism in Grafana instead of just supporting a user/pass auth mechanism.

@amnonh
Copy link
Collaborator

amnonh commented May 4, 2020

It could be just a configuration issue that should be cover in the documentation.
you can pass command line (that override the configuration) to grafana need to check if there is any special change that is required from the monitoring stack

@dyasny
Copy link
Author

dyasny commented May 4, 2020

This is a customer request for a feature to make this work out of the box

@amnonh
Copy link
Collaborator

amnonh commented May 4, 2020

LDAP needs configuration, it cannot be out of the box, a user will need to configure it.
My comment was that it is probably already supported and what is missing is documentation on how to configure it

amnonh added a commit to amnonh/scylla-grafana-monitoring that referenced this issue Aug 3, 2020
Grafana supports LDAP for use authentication.
You can read more about grafana support here:
https://grafana.com/docs/grafana/latest/auth/ldap/

This patch adds a command line option `-P` to pass an ldap configuration
file to Grafana.

Note that to access your LDAP from Grafana you'll need to login as
admin.

Fixes scylladb#912

Signed-off-by: Amnon Heiman <[email protected]>
amnonh added a commit to amnonh/scylla-grafana-monitoring that referenced this issue Aug 3, 2020
Grafana supports LDAP for use authentication.
You can read more about grafana support here:
https://grafana.com/docs/grafana/latest/auth/ldap/

This patch adds a command line option `-P` to pass an ldap configuration
file to Grafana.

Note that to access your LDAP from Grafana you'll need to login as
admin.

Fixes scylladb#912

Signed-off-by: Amnon Heiman <[email protected]>
amnonh added a commit to amnonh/scylla-grafana-monitoring that referenced this issue Sep 22, 2020
Grafana supports LDAP for use authentication.
You can read more about grafana support here:
https://grafana.com/docs/grafana/latest/auth/ldap/

This patch adds a command line option `-P` to pass an ldap configuration
file to Grafana.

Note that to access your LDAP from Grafana you'll need to login as
admin.

Fixes scylladb#912

Signed-off-by: Amnon Heiman <[email protected]>
@amnonh amnonh added this to the monitoring 3.5 milestone Sep 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants