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
feat(DTOSS-13037): remove pipeline MI as SP owner and document app role assignment process
The pipeline MI was added as owner of the enterprise app SP to enable
Terraform app role assignments, but AppRoleAssignment.ReadWrite.All is
required in application auth context regardless of ownership. Since
assignments are now handled by assign_arc_app_roles.sh (delegated auth),
the MI owner entry is no longer needed. Adds inline documentation
explaining the constraint and onboarding process.
Copy file name to clipboardExpand all lines: scripts/terraform/terraform.mk
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ ci: # Skip manual approvals when running in CI - make ci <env> <action>
21
21
set-azure-account: # Set the Azure account for the environment - make <env> set-azure-account
22
22
[ "${SKIP_AZURE_LOGIN}"!="true" ] && az account set -s ${AZURE_SUBSCRIPTION}||true
23
23
24
-
resource-group-init: set-azure-account get-subscription-ids # Initialise the resources required by terraform - make <env> resource-group-init
24
+
resource-group-init: set-azure-account get-subscription-ids # Initialise resources required by terraform and assign Gateway.Access role to Arc machine managed identities - make <env> resource-group-init
0 commit comments