databricks-cli icon indicating copy to clipboard operation
databricks-cli copied to clipboard

Better support for authentication with AAD tokens

Open alexott opened this issue 4 years ago • 1 comments

This PR adds support for authentication using AAD tokens that could be obtained by different means:

  • using azure-cli's az account get-access-token
  • Service Principal - with client ID & secret
  • azure managed identity assigned to Azure VM

Support for AAD tokens enables use of databricks-cli in organizations that don't permit PATs

alexott avatar Dec 28 '21 13:12 alexott

Do we expect the PR to be merged? I faced with a need to authenticate using Service Principal too.

savbace avatar Jun 24 '22 10:06 savbace

We'll have a proper Databricks Python SDK that will support AAD auth, can't share the timelines. Stay tuned :)

nfx avatar Nov 24 '22 13:11 nfx