Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ EnvironmentManagerRole:
- Effect: Allow
Principal:
AWS: !Sub ${ToolsAccountPrincipalARN}
Action: sts:AssumeRole
Action:
- sts:AssumeRole
- sts:SetSourceIdentity
- stsTagSession
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- stsTagSession
- sts: TagSession

{{- if .PermissionsBoundary}}
PermissionsBoundary: !Sub 'arn:${AWS::Partition}:iam::${AWS::AccountId}:policy/{{.PermissionsBoundary}}'
{{- end}}
Expand Down