Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authentication with AAD tokens in Databricks provider #19335

Merged
merged 4 commits into from
Nov 8, 2021

Commits on Nov 6, 2021

  1. Authentication with AAD tokens in Databricks provider

    Many organizations don't allow to use personal access tokens, and instead force to use
    native platform authentication.  This PR adds the possibility to authenticate to Azure
    Databricks workspaces using the Azure Active Directory tokens generated from Azure Service
    Principal's ID and secret.
    alexott committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    b65b3f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1ec0c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. Configuration menu
    Copy the full SHA
    5fe4bf0 View commit details
    Browse the repository at this point in the history
  2. Added support for Azure managed identity

    also removed dependency on the azure-identity
    alexott committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    b03306c View commit details
    Browse the repository at this point in the history