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
Describe the bug
The proper way to ensure that ACLs are not used to manage object and bucket access is to disable them via the Bucket Owner Enforcedsetting in S3
Steampipe version (steampipe -v)
v18.0
Plugin version (steampipe plugin list)
Default in SPC
Mod version 0.54.0
To reproduce
An S3 bucket with either of the two settings bucket owner preferred or object writer still allow ACLs to be used. At the time the mod only looks for the presence of any ACLs, not to see if ACLs are disabled.
Expected behavior
The mod should report this finding as non-compliant if the ownership setting is not bucket owner enforced
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
This is derived from FSBP S3.12) > query used: s3_bucket_acls_should_prohibit_user_access.sql -- We are re-evaluating based on your suggestion to explore if we can add any direct column for Bucket owner enforced in the table or current evaluation is correct with additional checks as ACLs are disabled in it?
Describe the bug
The proper way to ensure that ACLs are not used to manage object and bucket access is to disable them via the
Bucket Owner Enforced
setting in S3Steampipe version (
steampipe -v
)v18.0
Plugin version (
steampipe plugin list
)Default in SPC
Mod version 0.54.0
To reproduce
An S3 bucket with either of the two settings
bucket owner preferred
orobject writer
still allow ACLs to be used. At the time the mod only looks for the presence of any ACLs, not to see if ACLs are disabled.Expected behavior
The mod should report this finding as non-compliant if the ownership setting is not
bucket owner enforced
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: