splunk / splunk-ansible

Ansible playbooks for configuring and managing Splunk Enterprise and Universal Forwarder deployments
357 stars 186 forks source link

add cert_prefix to splunk_api calls #834

Closed jmeixensperger closed 6 months ago

jmeixensperger commented 6 months ago

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.