Security

Which users use the REST API?

twinspop
Influencer

We are planning to move to SAML SSO soon. One of the drawbacks of SAML is that you cannot authenticate on the API any longer. Up to this point, any user defined to use splunkweb has had access to the API. How can I find out who will be impacted by yanking API access?

 

Labels (3)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

I'd start with this query.

index=_internal source="*splunkd_access.log" NOT (user="-" OR user="splunk-system-user")
| dedup user
| table user
---
If this reply helps you, Karma would be appreciated.
0 Karma

twinspop
Influencer

The catches both API and splunkweb users. I'm not clear how to isolate them

0 Karma

gjanders
SplunkTrust
SplunkTrust
0 Karma
Get Updates on the Splunk Community!

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...

Splunk Up Your Game: Why It's Time to Embrace Python 3.9+ and OpenSSL 3.0

Did you know that for Splunk Enterprise 9.4, Python 3.9 is the default interpreter? This shift is not just a ...