Is your feature request related to a problem? Please describe.
Currently I'm trying to deploy a role out via LZA to accounts within our AWS Org. This network-deploy role is to be assumed by a specific network-build role (ex. arn:aws:iam::1111111:role/network-build-role ). The Trust Relationship of this policy of this role requires sts:TagSession permissions to facilitate our network build.
However AssumedByConfig class there isn't any setting to include sts:TagSession and looks like it might only allow for 'root'
Describe the feature you'd like
Allow for more granular assumedBy configuration for Trust Relationships of LZA deployed IAM Roles so sts:TagSession can be included within trust relationship
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe. Currently I'm trying to deploy a role out via LZA to accounts within our AWS Org. This
network-deploy
role is to be assumed by a specificnetwork-build
role (ex.arn:aws:iam::1111111:role/network-build-role
). The Trust Relationship of this policy of this role requiressts:TagSession
permissions to facilitate our network build.However AssumedByConfig class there isn't any setting to include
sts:TagSession
and looks like it might only allow for 'root'Describe the feature you'd like Allow for more granular
assumedBy
configuration for Trust Relationships of LZA deployed IAM Roles sosts:TagSession
can be included within trust relationshipAdditional context Add any other context or screenshots about the feature request here.