airflow icon indicating copy to clipboard operation
airflow copied to clipboard

Enable workload identity authentication for the Databricks provider

Open basvandriel opened this issue 6 months ago • 1 comments

This pull request adds support for authenticating using Workload Identity for the Databricks provider. In the provided unit tests, this has been tested using mocking the token generation. However, the DefaultAzureCredential().get_token(...) part has been tested on an actual AKS cluster. This closes #41586.


basvandriel avatar Aug 21 '24 11:08 basvandriel