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
* Use AzureAD auth for terraform backend
Move away from using shared key credentials for the backend auth in both
CI and local dev.
* Test deploy
* CLI + OIDC
* Debug
* Remove debug
Copy file name to clipboardExpand all lines: deployment/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ The logic for the deployment workflow is encapsulated in the [bin/deploy](bin/de
10
10
scripts/console --deploy
11
11
```
12
12
13
+
To have access to the remote backend terraform state, the identity (App Registration in CI, or local corp credential if local) will need to have the `Storage Blob Data Owner` role on the `pctesttfstate` storage account.
0 commit comments