Is it possible to create a policy in GCP that will disallow the creation of public buckets or items in buckets?
If yes, how that policy will look like?
Is it possible to create a policy in GCP that will disallow the creation of public buckets or items in buckets?
If yes, how that policy will look like?
Storage Object Admin or Storage Admin roles are needed for making data public. If you exclude these roles from an account and add Storage Object Creator or Storage Object Viewer roles, depending on your use-case, the account will not be able to make data public but create or copy objects.