Skip to content

Contains ADO script to create Databricks Personal Access Token generation using an Azure-managed Service Principal, and store the value inside a key vault and send a notification email using Azure communication service

Notifications You must be signed in to change notification settings

prasanna7401/Databricks_PAT-Generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

Azure DevOps pipeline to CREATE and LIST Personal Access Tokens (PAT) for Databricks. The PAT will be generated based on the access provided to the service principals below.

Average run time: 2 mins



Available Operations:

  1. CREATE - To create a new PAT for the SPs
  2. LIST - To list all PATs generated by the SP.

Special Inputs/Runtime-Parameters required for each pipeline:

  1. Databricks URL - defaults to prod url
  2. PAT Secret Name - You must mention a unique token name. The pipeline may fail if it detects another active token with the same name.
  3. Recipient Email - set up desired email account.
  4. Token Validity - defaults to 180 days/ 6 months

About

Contains ADO script to create Databricks Personal Access Token generation using an Azure-managed Service Principal, and store the value inside a key vault and send a notification email using Azure communication service

Topics

Resources

Stars

Watchers

Forks