Security

How to update LDAP group name mapping to splunk role with REST ?

rbal_splunk
Splunk Employee
Splunk Employee

would like to update the LDAP group name to role mapping using REST on my search head.

Tags (1)
0 Karma

rbal_splunk
Splunk Employee
Splunk Employee

To confirm - the roles <> group mapping created using REST wil be replicated among Search Head Cluster Member.

rphillips_splk
Splunk Employee
Splunk Employee

using the curl command you can add or remove splunk roles mapped to a given LDAP group name. This example adds the 3 roles (admin, user, power) to the LDAP group name 'splunk_test'.

curl -k -u admin:password https://localhost:8089/servicesNS/-/launcher/admin/LDAP-groups/test_AD%2Csplunk_test -d roles=admin -d roles=user -d roles=power

test_AD is the strategy name
splunk_test is the LDAP group name

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...