Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCP evaluation doesnt assess Deny with NotAction correctly #18

Open
tommybe-nc opened this issue Mar 27, 2024 · 0 comments
Open

SCP evaluation doesnt assess Deny with NotAction correctly #18

tommybe-nc opened this issue Mar 27, 2024 · 0 comments

Comments

@tommybe-nc
Copy link

tommybe-nc commented Mar 27, 2024

IAM-APE returns an empty answer when trying to feed it a policy that is structured as an Allowlist with a Deny and NotAction combination. Example can be found here in AWS documentation.

When I run it with an ARN of my role that has Admin permissions and with -s switch it produces empty output:
`
Effective permissions policy for arn:aws:iam::12312312312:role/path/rolename

{
"Statement": []
}
`

Expectations is that it would evaluate the SCP correctly and provide the effective permissions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant