Splunk Dev

Alternative to username:password for KV Store

wstrellis
New Member

I am working on a Splunk app that uses the KV Store.

When a request is made to the kv store a pop up window appears on the screen prompting the user to enter their username and password.

This is the code making the request:

 

 fetchFoos() {
return fetch(
"servicesNS/nobody/myapp/storage/collections/data/foo",
{
mode: "cors",
credentials: "include",
}
)
.then((response) => response.json())
.then((json) => json)
.catch((err) => err)

 

I do not want to hard code a username and password into the headers.

 

Is there a way to use the kv store with session cookies or tokens such as HEC so the user does not have to re-enter their credentials?

 

Labels (3)
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

 Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What's New in Splunk Observability - August 2025

What's New We are excited to announce the latest enhancements to Splunk Observability Cloud as well as what is ...

Introduction to Splunk AI

How are you using AI in Splunk? Whether you see AI as a threat or opportunity, AI is here to stay. Lucky for ...