Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 2a6791e

Browse files
authored
Merge pull request #2049 from gtardif/doc-renew-aci-tokens
Update doc for ACI token renewal
2 parents 52df801 + 68011aa commit 2a6791e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

BUILDING.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ and have created a service principal. You can create a service principle using
7575
the Azure CLI after you have done a `docker login azure`:
7676

7777
```console
78-
$ docker login azure
78+
$ az login # az login is not synced with docker azure login, need az login for next step
7979
$ az ad sp create-for-rbac --name 'MyTestServicePrincipal' --sdk-auth
8080
```
8181

@@ -109,6 +109,11 @@ You can then use the `e2e-ecs` target:
109109
TEST_AWS_PROFILE=myProfile TEST_AWS_REGION=eu-west-3 make e2e-ecs
110110
```
111111

112+
## ACI CI
113+
114+
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.
115+
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.
116+
112117
## Releases
113118

114119
To create a new release:

0 commit comments

Comments
 (0)