databricks-sdk-py icon indicating copy to clipboard operation
databricks-sdk-py copied to clipboard

[FEATURE] Add support for Azure Managed Identity authentication

Open alexott opened this issue 2 years ago • 16 comments

the azure_use_msi is documented in README, but marked as implemented. Adding support for managed identity could simplify deployment of Python-based applications

alexott avatar Jun 13 '23 07:06 alexott

Implementation that could be adopted: https://github.com/alexott/databricks-playground/blob/main/dbsql-with-aad-token/dbsql-with-aad-token-mi.py#L26

alexott avatar Jan 04 '24 13:01 alexott

Any updates? Are there plans to support Azure MI?

AndreiCalin24 avatar Jun 10 '24 07:06 AndreiCalin24

I really want this feature in order to not have to think about yet another client secret

Fjurg avatar Sep 23 '24 17:09 Fjurg