Git credential swap (1)(Python)

Loading...

This notebook assumes that:

  1. You have a Git credential set in the workspace.
  2. You would like to swap between two frequently used credentials.

What this notebook does:

  1. Sets up a secret scope in the workspace to store the two Git credentials.
  2. Uses Databricks SDK to swap between them.
Inputs

1. Setup

4

2. Switch from Credential A to Credential B

One time setup secrets in scope

Switch from Credential B to Credential A

8