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
I have gone through the doc for this plugin but unable to find how we can add IAM path per function?
Would like to have something like this as feature request~
iamRoleStatementsInherit: true
iamRolePath: /path
The text was updated successfully, but these errors were encountered:
Since in AWS IAM, IAM roles can be grouped/organised with IAM path for easier resource permission control. In cloudformation, there is a 'Path' properties that can be specified.
Ideally, with the iamRolePath settings, it could create IAM role per function with the path added:
e.g. arn:aws:iam::{account id}:role/{path}/{role-name}
I have gone through the doc for this plugin but unable to find how we can add IAM path per function?
Would like to have something like this as feature request~
The text was updated successfully, but these errors were encountered: