Hi Marco, As per my understanding you are looking to access storage_passwords from within the App(ie. external lookup script) without requiring to use client.connect(), which is possible using the already available service instance to communicate with the Splunk Enterprise. Ref - in Weather App Example , below code snippet is used to access the storage_passwords using the already available service instance secrets = search_command.service.storage_passwords Also check the documentation on how to access the service instance within an App Let me know if this helps!
... View more