From 0b518708d0c8652c9bdb911662b61e66ccbbdd63 Mon Sep 17 00:00:00 2001 From: Tore Martin Hagen <93583343+ToreMerkely@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:51:07 +0200 Subject: [PATCH] Added secrets info for azure-client (#338) --- secrets/gh-repo-azure-client-id.txt | 4 ++-- secrets/gh-repo-azure-client-secret.txt | 23 +++++++++++++++++++---- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/secrets/gh-repo-azure-client-id.txt b/secrets/gh-repo-azure-client-id.txt index 3746a16c..95df0e52 100644 --- a/secrets/gh-repo-azure-client-id.txt +++ b/secrets/gh-repo-azure-client-id.txt @@ -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: diff --git a/secrets/gh-repo-azure-client-secret.txt b/secrets/gh-repo-azure-client-secret.txt index 8cd0b0d0..bdb640e1 100644 --- a/secrets/gh-repo-azure-client-secret.txt +++ b/secrets/gh-repo-azure-client-secret.txt @@ -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 + +