-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added secrets info for azure-client (#338)
- Loading branch information
1 parent
6821d8d
commit 0b51870
Showing
2 changed files
with
21 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
secret-name: AZURE_CLIENT_ID | ||
secret-expire: 2024-09-01 | ||
secret-expire: never | ||
secret-updated: | ||
secret-updated-by: | ||
secret-type: gh-repo | ||
is-secret: false | ||
secret-usage: | ||
secret-usage: See gh-repo-azure-client-secret.txt | ||
|
||
update-instructions: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,24 @@ | ||
secret-name: AZURE_CLIENT_SECRET | ||
secret-expire: 2024-09-01 | ||
secret-updated: | ||
secret-updated-by: | ||
secret-expire: 2025-10-04 | ||
secret-updated: 2024-10-04 | ||
secret-updated-by: tore | ||
secret-type: gh-repo | ||
is-secret: true | ||
secret-usage: | ||
secret-usage: Used to test azure snapshot | ||
|
||
update-instructions: | ||
Instructions for generating a new secret: | ||
1. Configuration of Azure is done at https://portal.azure.com/ | ||
2. Go to **App registrations** | ||
3. Select tab **All applications** | ||
4. Find the Application with with Display name: Steve CLI | ||
(client) ID that matches `69b*****-****-****-****-*********b6b` | ||
and press the Display name of the application (it opens a new page) | ||
5. Under **Essentials** there is an entry **Client credentials** with link to **secret** | ||
6. Create a **New client secret** | ||
7. Give a **Description** and select **Expires** | ||
|
||
Go to https://github.com/kosli-dev/cli/settings/secrets/actions | ||
under <Repository secrets> | ||
|
||
|