-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Open
Labels
feature requestRequests for new plugin and for new features to existing pluginsRequests for new plugin and for new features to existing plugins
Description
Use Case
Rather than set up a user/password for the monitoring user, admins often allow a certain uid/group to read the monitor DB. This needs:
- access over UNIX sockets (ldapi://)
- EXTERNAL SASL bind (which instructs the server to examine the connection, e.g. TLS client certs or UNIX socket credentials message)
Both are supported in go-ldap, just need to be enabled in the plugin (+config)
Expected behavior
Something like this should be possible with the plugin:
server = "ldapi:///"
bind_method = "EXTERNAL"
Actual behavior
Only TCP sockets + simple binds are supported right now.
Additional info
No response
Metadata
Metadata
Assignees
Labels
feature requestRequests for new plugin and for new features to existing pluginsRequests for new plugin and for new features to existing plugins