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
{{ message }}
This repository was archived by the owner on Oct 15, 2024. It is now read-only.
level=error msg="UnmodifiableEntity: Cannot perform the operation on the protected role 'AWSReservedSSO_AdministratorAccess_e75a083b411454fb' - this role is only modifiable by AWS
Is there a way to filter IAM Roles based on either of its path or arn?
The text was updated successfully, but these errors were encountered:
Hey @dipenj, sorry for the late reply. It didn't work because the IAMRole resource didn't have a Path property. After pulling the latest master build you should be able to filter with the following settings:
Filtering IAM Roles based on
Path
property for IAM Roles is not working, using either of the following:-Using property and regex together:
Using property and glob together:
Nuke fails with the error:
Is there a way to filter IAM Roles based on either of its
path
orarn
?The text was updated successfully, but these errors were encountered: