From 68011aaf0d65a22a0c913aacd3c58ec21243aedf Mon Sep 17 00:00:00 2001 From: Guillaume Tardif Date: Mon, 30 Aug 2021 15:58:38 +0200 Subject: [PATCH] Update doc for ACI token renewal Signed-off-by: Guillaume Tardif --- BUILDING.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 012a30b24..57d3cbd95 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -75,7 +75,7 @@ and have created a service principal. You can create a service principle using the Azure CLI after you have done a `docker login azure`: ```console -$ docker login azure +$ az login # az login is not synced with docker azure login, need az login for next step $ az ad sp create-for-rbac --name 'MyTestServicePrincipal' --sdk-auth ``` @@ -109,6 +109,11 @@ You can then use the `e2e-ecs` target: TEST_AWS_PROFILE=myProfile TEST_AWS_REGION=eu-west-3 make e2e-ecs ``` +## ACI CI + +ACI CI runs E2E tests and needs the same credentials as described above to run these. 3 secrets are defined in github settings, and accessed by the CI job. +To rotate these secrets, run the same `az ad sp create-for-rbac` command and update 3 github secrets with the resulting new service provide info. + ## Releases To create a new release: