Splunk SOAR

Phantom: Asset environment variables

nhammSplunk
Explorer

Once the asset environment variables have been created (mySpecificKey -> mySpecificValue), how do I access these values inside a playbook? $ENV{'mySpecificKey'} does not seem to work.

Labels (2)
Tags (1)

rplas
Explorer

Asset environment variables are meant to override the global environment variables set for all apps. These are primarily used to designate proxy configurations.

Relevant doc pages:

0 Karma

nhammSplunk
Explorer

Thank you for the response, but this doesn't answer my question. If an Environment Variable is configured in an asset, how does that Environment Variable get called/reference in a playbook?

mzambrana123
Explorer

Is there a clear answer for this? My use case is the following. 

 

I want to call in an authentication header from the environment variable. Is this possible and if so how. There is not clear description here and the reference docs are not helpful. 

 

Thanks, 

willhart802
Engager

I have the exact same question. I want a place to store a password or API key and retrieve it. I don't want to store it in custom code or in the playbook.

This seems like a perfect place to put it.

sam_splunk
Splunk Employee
Splunk Employee

If the values to store aren't particularly sensitive you may consider them in a custom list.

I _believe_ the environment variables are only visible to the App itself, not the playbook executing the app. In other words, I don't believe its possible to have the playbook extract some custom environment variable that's configured within the app settings and then pass it to the app. Instead the App would have to know to use that variable.

 

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!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...