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
I am proposing removal of AdministratorAccess policy from organization-formation-build-service-role role.
I don't think this is a breaking change, because v0.9.15 of ofn implemented a change where it assumes OrganizationFormationBuildAccessRole to perform tasks in all accounts instead of using organization-formation-build-service-role to perform tasks in the local account and OrganizationFormationBuildAccessRole for tasks in non-local accounts (as described in 0.9.15-permission-change.md).
Because OrganizationFormationBuildAccessRole has AdministratorAccess policy attached to it and is used to execute all the tasks, organization-formation-build-service-role role no longer needs AdministratorAccess policy attached to it.
Inline policy organization-formation-build-service-role-policy that is currently attached to the organization-formation-build-service-role should have all permissions necessary for successful CodeBuild runs.
The text was updated successfully, but these errors were encountered:
I am proposing removal of
AdministratorAccess
policy fromorganization-formation-build-service-role
role.I don't think this is a breaking change, because v0.9.15 of ofn implemented a change where it assumes
OrganizationFormationBuildAccessRole
to perform tasks in all accounts instead of usingorganization-formation-build-service-role
to perform tasks in the local account andOrganizationFormationBuildAccessRole
for tasks in non-local accounts (as described in 0.9.15-permission-change.md).Because
OrganizationFormationBuildAccessRole
hasAdministratorAccess
policy attached to it and is used to execute all the tasks,organization-formation-build-service-role
role no longer needsAdministratorAccess
policy attached to it.Inline policy
organization-formation-build-service-role-policy
that is currently attached to theorganization-formation-build-service-role
should have all permissions necessary for successful CodeBuild runs.The text was updated successfully, but these errors were encountered: