Hello,
We are using Grafana v4.6.0-beta running in docker container. I would like use Ldap or AD login for grafana. Where do i start to do that any official documentation for it, Is there any additional points to be considered for ldap integration when using docker containers.
Do we have any other approaches other than ldap for making users access to grafana dash board, If yes please let me know.
Hi,
Please see LDAP Authentication documentation. Also see security configuration documentation for different oauth options like github, google and a generic one.
I have no concrete recommendations regarding authentication and running Grafana in a container. Oauth is definitely the easiest to setup. If you go for ldap, you probably need to mount certificates and such.
Marcus