feat: Added variable trusted_role_actions to sub modules as a "Action of STS" #393
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Orginaly I create issue with "Adding variable trusted_role_actions to other sub-modules"
- iam-assumable-roles
- iam-assumable-role-with-saml
- iam-assumable-roles-with-saml
At the time of PR creation I found that, in sub module iam-assumable-role-with-saml this variable is used, but in different way comparing to sub module iam-assumable-role.
In module with iam-assumable-role-with-saml is used as a "Extra Actions of STS"
In module with iam-assumable-role is used as a "Actions of STS"
That way finally PR is adding this variable as a "Extra Actions of STS" to sub modules:
Motivation and Context
It's useful to use two additional action with STS action:
But when you want to use them, you need to add them to all roles in AWS Account.
Breaking Changes
None, all orginal default action are preserved.
How Has This Been Tested?
pre-commit run -a
on my pull request