databrickslabs / splunk-integration

Databricks Add-on for Splunk
https://splunkbase.splunk.com/app/5416/
Other
26 stars 18 forks source link

Splunk DB Connect JDBC connection using token identity #49

Open mflpopescu opened 7 months ago

mflpopescu commented 7 months ago

hey @metrocavich @alexott

Looking at guide Configuring Splunk DB Connect App For Databricks it looks like the integration only supports configuring an identity using Username/Password.

From within Splunk DB Connect, navigate to the Configuration > Databases > Identities tab and click New Identity. Fill in the appropriate details: Identity Name: Unique name of the identities Username: Enter your Databricks Email/Username and password that you use for the Databricks instance that you want to connect to. Note: Ensure that the database user has sufficient access to the data you want to search. For example, you might create a database user account whose access is limited to the data you want Splunk Enterprise to consume. Password: Enter the password for the user you entered in the Username field.

Is there an option to use a "Token Identity" to connect instead of "Basic Identity" (user/pass) ? I have encountered cases when certain environments only employ token-based authentication methods, as opposed to the traditional username and password credentials.

image