splunk / splunk-tableau-wdc

Splunk Tableau Web Data Connector (WDC) Example
Apache License 2.0
20 stars 13 forks source link

[feature] token based auth #16

Closed mayurah closed 5 years ago

mayurah commented 5 years ago

The splunk tableau web data connector is currently only accepting username&password as credentials to retrieve data from Splunk. Since v7.3 Splunk has a feature to generate tokens to access the API. The Tableau WDC needs to be enhanced to support the use of tokens.

mayurah commented 5 years ago

For reference: https://docs.splunk.com/Documentation/Splunk/7.3.0/Security/Setupauthenticationwithtokens

mayurah commented 5 years ago

17 by @steventhanna adds token based auth.