You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: BUILDING.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ and have created a service principal. You can create a service principle using
75
75
the Azure CLI after you have done a `docker login azure`:
76
76
77
77
```console
78
-
$ docker login azure
78
+
$ az login # az login is not synced with docker azure login, need az login for next step
79
79
$ az ad sp create-for-rbac --name 'MyTestServicePrincipal' --sdk-auth
80
80
```
81
81
@@ -109,6 +109,11 @@ You can then use the `e2e-ecs` target:
109
109
TEST_AWS_PROFILE=myProfile TEST_AWS_REGION=eu-west-3 make e2e-ecs
110
110
```
111
111
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.
0 commit comments