Skip to content

Commit

Permalink
Added secrets info for azure-client (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToreMerkely authored Oct 4, 2024
1 parent 6821d8d commit 0b51870
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
4 changes: 2 additions & 2 deletions secrets/gh-repo-azure-client-id.txt
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:
23 changes: 19 additions & 4 deletions secrets/gh-repo-azure-client-secret.txt
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>


0 comments on commit 0b51870

Please sign in to comment.