mbegan / Okta-Identity-Cloud-for-Splunk

Public REPO for splunkbase app
https://splunkbase.splunk.com/app/3682/
Other
19 stars 13 forks source link

Add extensibility for HTTP client ssl behavior #17

Closed mbegan closed 4 years ago

mbegan commented 5 years ago

In some cases (SSL interception / MITM proxy / SSL inspection) customers will be required to:

mbegan commented 5 years ago

Accomplished primarily in 71dd4e0 and 911a2fe

mbegan commented 5 years ago

Exposes new configuration options to control SSL Cert Verification parameters for the underlying Python Requests library.

Allow Proxy (_allowproxy) enable this setting to allow the proxy settings to work

Disable Verify SSL Certs (_bypass_verify_sslcerts) enable this setting to cause verification of SSL certificates to be disabled (not recommended)

Custom CA Cert Bundle Path (_custom_ca_cert_bundlepath) a file or path of the custom ca bundle /path/to/cabundle or /path/to/c_rehash/processed/directory

splunktanewsettings