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
While it is great to automatically list all actions when working with access levels, it would be great to have an option to compile the list down to a pattern.
This should be implemented as an optional method call. It's a nice feature to reduce the policy size, but might have security related implications if new actions are added in the future.
While it is great to automatically list all actions when working with access levels, it would be great to have an option to compile the list down to a pattern.
This should be implemented as an optional method call. It's a nice feature to reduce the policy size, but might have security related implications if new actions are added in the future.
Example:
Should result in actions
['s3:List*', 's3:Describe*', 's3:Get*']
The text was updated successfully, but these errors were encountered: