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
Is your request related to a problem? Please describe.
Currently when using the oob self-assume feature, the sts:TagSession permission is not added. It's a very common requirement when assuming roles to have that permission.
Is your request related to a problem? Please describe.
Currently when using the oob self-assume feature, the
sts:TagSession
permission is not added. It's a very common requirement when assuming roles to have that permission.Describe the solution you'd like.
I see four possible ways forward:
trusted_role_actions
and create atrusted_self_role_actions
(or similar, naming is hard)Describe alternatives you've considered.
The current workaround is to use
custom_role_trust_policy
and provide the trust policy in its entirety "manually".I'm happy to provide a PR.
The text was updated successfully, but these errors were encountered: