cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Webhook Authentication

prodrick
New Contributor II

If want to send notifications via webhook to Splunk, Datadog, or LogicMonitor, how might I configure Databricks to authenticate using the destination platform's bearer token?

1 ACCEPTED SOLUTION

Accepted Solutions

szymon_dybczak
Esteemed Contributor III

Hi @prodrick ,

It looks like webhooks destination supports only basic authentication using username and password. But you can try to paste bearer token to password section. Some webhook endpoints accept Bearer tokens in the password field while leaving username empty or using a placeholder

https://docs.databricks.com/aws/en/admin/workspace-settings/notification-destinations

View solution in original post

2 REPLIES 2

szymon_dybczak
Esteemed Contributor III

Hi @prodrick ,

It looks like webhooks destination supports only basic authentication using username and password. But you can try to paste bearer token to password section. Some webhook endpoints accept Bearer tokens in the password field while leaving username empty or using a placeholder

https://docs.databricks.com/aws/en/admin/workspace-settings/notification-destinations

Thanks.  I was unaware of this workaround.  I'll have to check with our security team to see if it'll be allowed, but I'm grateful that you shared this nugget of knowledge with me.  Cheers!