grafana-ldap-sync-script icon indicating copy to clipboard operation
grafana-ldap-sync-script copied to clipboard

A script to get Grafana users, teams and their permissions from an LDAP server and keep it in sync.

Results 4 grafana-ldap-sync-script issues
Sort by recently updated
recently updated
newest added

In my use-case, some folders should be editable by a specific LDAP group but should be viewable by any logged in user which has the Viewer role. With this MR...

If there is an error then exit non-0

Added a helm chart to allow one to deploy into kuberntes as a cronjob.

This is based off my work for dockerizing the project (#1). - I added a feature so that it can recursively search LDAP groups as we use nested ldap groups....