Security

How to create user who can create user without administrative right ?

akanno
Communicator

Hi,splunk community.

I'm now considering user management.

I want to create user who can only do user management without administrative right.
Therefore, I created a new user, and I added "edit_user" and "edit_role" to Capabilities of this user.

It looks like I created the user who do user management without administrative right.
However, this user can create user who have administrative right.
That really doesn't have any meaning.

is there a way to prevent to create user who have administrative right?

0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

The best way is to outsource user management via LDAP or Active Directory. The Splunk administrator sets up the connection and maps Splunk roles to LDAP/AD groups, and users are added/removed from Splunk by adding them to those LDAP/AD groups or removing them.

With the built-in authentication you're not going to achieve that, there's no special capability that restricts assigning roles with admin permissions to users, and nothing restricting assigning admin capabilities to roles.

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

The best way is to outsource user management via LDAP or Active Directory. The Splunk administrator sets up the connection and maps Splunk roles to LDAP/AD groups, and users are added/removed from Splunk by adding them to those LDAP/AD groups or removing them.

With the built-in authentication you're not going to achieve that, there's no special capability that restricts assigning roles with admin permissions to users, and nothing restricting assigning admin capabilities to roles.

akanno
Communicator

Thank you for your help.
I will use LDAP or AD.

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...