This notebook assumes that:
- You have a Git credential set in the workspace.
- You would like to swap between two frequently used credentials.
What this notebook does:
- Sets up a secret scope in the workspace to store the two Git credentials.
- Uses Databricks SDK to swap between them.
2:
Inputs
1. Setup
4
2. Switch from Credential A to Credential B
6:
One time setup secrets in scope
Switch from Credential B to Credential A
8