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
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

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