A program that controls Graylog privileges based on LDAP groups.
Find a file
Emmanuel BENOîT 91be691ea4 Initial version
This is a Go program which can synchronize Graylog 4 roles and access
privileges to dashboards and streams from a LDAP directory, based on a
YAML configuration file that maps LDAP groups to Graylog privileges.

The code is rather ugly, some features are half-baked (LDAP TLS
support, impossible to disable HTTP TLS checks, bad error handling...)
and some documentation needs to be added but it's a start.
2021-02-07 15:05:35 +01:00
.gitignore Initial version 2021-02-07 15:05:35 +01:00
go.mod Initial version 2021-02-07 15:05:35 +01:00
graylog-groups.yml.example Initial version 2021-02-07 15:05:35 +01:00
main.go Initial version 2021-02-07 15:05:35 +01:00