You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TestApp.hardcoded_path is required in contentctl.yml even if we specify splunk_api_username and splunk_api_password to download the apps from splunkbase. Moreover, the serialization function for hardcoded_path serializes a None value as a 'None' of type str. I will open a PR to fix this.
The text was updated successfully, but these errors were encountered:
Res260
added a commit
to Res260/contentctl
that referenced
this issue
Oct 24, 2024
Sorry for the delay in getting to this, as we have been helping out with some internal Splunk releases.
Thank you @Res260 , you have been hard at work with some AWESOME fixes and improvements. I admit that downloading apps from Splunkbase is a feature that used to work, but we have not used (or tested it) in quite some time. Thanks for exposing all these issue. I am going to merge all the following fixes/PRs down to a single new branch for evaluation.
TestApp.hardcoded_path
is required incontentctl.yml
even if we specifysplunk_api_username
andsplunk_api_password
to download the apps from splunkbase. Moreover, the serialization function forhardcoded_path
serializes aNone
value as a'None'
of typestr
. I will open a PR to fix this.The text was updated successfully, but these errors were encountered: