Skip to content

Commit

Permalink
Merge pull request #1037 from brucehoff/IT-3322
Browse files Browse the repository at this point in the history
IT-3322 remove athena and application-manager roles from Organizations account
  • Loading branch information
brucehoff authored Nov 29, 2023
2 parents c9f6b8b + 3524ee8 commit 617cb11
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions org-formation/700-aws-sso/_tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ SsoApplicationManager:
TerminationProtection: false
DefaultOrganizationBindingRegion: !Ref primaryRegion
DefaultOrganizationBinding:
IncludeMasterAccount: true
IncludeMasterAccount: false
OrganizationBindings:
TargetBinding:
Account: '*'
Expand Down Expand Up @@ -574,7 +574,7 @@ SsoSynapseDWDevAthenaUser:
TerminationProtection: false
DefaultOrganizationBindingRegion: !Ref primaryRegion
DefaultOrganizationBinding:
IncludeMasterAccount: true
IncludeMasterAccount: false
OrganizationBindings:
TargetBinding:
Account: !Ref SynapseDevAccount
Expand All @@ -597,7 +597,7 @@ SsoSynapseDWProdAthenaUser:
TerminationProtection: false
DefaultOrganizationBindingRegion: !Ref primaryRegion
DefaultOrganizationBinding:
IncludeMasterAccount: true
IncludeMasterAccount: false
OrganizationBindings:
TargetBinding:
Account: !Ref SynapseProdAccount
Expand Down Expand Up @@ -1559,7 +1559,7 @@ SsoDntDevApplicationManager:
StackDescription: 'SSO: Application Manager role used by DntDev application-manager group'
DefaultOrganizationBindingRegion: !Ref primaryRegion
DefaultOrganizationBinding:
IncludeMasterAccount: true
IncludeMasterAccount: false
OrganizationBindings:
TargetBinding:
Account: !Ref DnTDevAccount
Expand Down Expand Up @@ -1730,7 +1730,7 @@ SsoDCAProdApplicationManager:
StackDescription: 'SSO: Application Manager role used by DCA application-manager group'
DefaultOrganizationBindingRegion: !Ref primaryRegion
DefaultOrganizationBinding:
IncludeMasterAccount: true
IncludeMasterAccount: false
OrganizationBindings:
TargetBinding:
Account: !Ref DCAProdAccount
Expand Down Expand Up @@ -1781,7 +1781,7 @@ SsoGenieProdApplicationManager:
StackDescription: 'SSO: Application Manager role used by Genie application-manager group'
DefaultOrganizationBindingRegion: !Ref primaryRegion
DefaultOrganizationBinding:
IncludeMasterAccount: true
IncludeMasterAccount: false
OrganizationBindings:
TargetBinding:
Account: !Ref GenieProdAccount
Expand Down Expand Up @@ -1969,7 +1969,7 @@ SsoDccValidatorProdApplicationManager:
StackDescription: 'SSO: Application Manager role used by DccValidator-Prod application-manager group'
DefaultOrganizationBindingRegion: !Ref primaryRegion
DefaultOrganizationBinding:
IncludeMasterAccount: true
IncludeMasterAccount: false
OrganizationBindings:
TargetBinding:
Account: !Ref DccvalidatorProdAccount
Expand Down

0 comments on commit 617cb11

Please sign in to comment.