splunk / splunk-sdk-ruby

Splunk Software Development Kit for Ruby
http://dev.splunk.com
Apache License 2.0
36 stars 21 forks source link

Added support for Auth Basic authentication, as opposed to only Splunk based authentication #42

Closed thanasisk closed 9 years ago

thanasisk commented 9 years ago

I have signed the user agreement.

this PR adds a new field into the configuration hash called basic, if set to true, it will supercede splunk authentication with http basic authentication.

In case this does not meet your standards, feel free to point out what you are not happy with and I will be more than happy to address it.

thanasisk commented 9 years ago

closed as I want to work a bit extra on this one