Issue was originally reported on splunk_common/tasks/install_apps.yml with the SPLUNKD_SSL_ENABLE=false option. This forces cert_prefix="http", which is not passed into the splunk_api library script.
I went through the rest of the repo and added cert_prefix to all splunk_api calls.
Issue was originally reported on
splunk_common/tasks/install_apps.yml
with theSPLUNKD_SSL_ENABLE=false
option. This forcescert_prefix="http"
, which is not passed into thesplunk_api
library script.I went through the rest of the repo and added
cert_prefix
to allsplunk_api
calls.