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

Feature/s3 data access points handlers #9411

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

JessMartin123
Copy link

Some s3 bucket policies contain data access point or ACL conditions which allow access to the bucket or its objects.
With these conditions, we want to check if they provide cross account access. Currently, there are no handlers configured to manage these conditions.

For example:

"Condition": {
     "StringEquals": { 
          "s3:DataAccessPointAccount": "123456789012"
			}

Resolves #9408

Copy link

linux-foundation-easycla bot commented Apr 8, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

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

Successfully merging this pull request may close these issues.

No Handlers for S3 Data Access Point Account/ARN and ACLs
2 participants