srsplunk / idelta_addon_for_google_analytics

Ingest Google Analytics 4 (GA4) metrics in to Splunk
0 stars 0 forks source link

Improve credentials handling #1

Open srsplunk opened 4 months ago

srsplunk commented 4 months ago

Currently the google credentials JSON file must be added to the bin directory of the add-on. This means that for Splunk Cloud the end user cannot complete the install. It would be better if there was a way through the UI to copy and paste the contents of the credentials file, or provide all the keys so the code can then build the file. Writing a local file may fail Splunk Cloud validation however, so may need to be constructed in memory, if the API calls can handle that.