turbot/terraform_oci_compliance

GitHub
Loading controls...

Control: Ensure no Object Storage buckets are publicly visible

Description

A bucket is a logical container for storing objects. It is associated with a single compartment that has policies that determine what action a user can perform on a bucket and on all the objects in the bucket. It is recommended that no bucket be publicly accessible.

Usage

Run the control in your terminal:

steampipe check terraform_oci_compliance.control.objectstorage_bucket_public_access_blocked

Snapshot and share results via Steampipe Cloud:

steampipe login
steampipe check --share terraform_oci_compliance.control.objectstorage_bucket_public_access_blocked

SQL

This control uses a named query:

objectstorage_bucket_public_access_blocked

Tags