Skip to main content
NetApp Knowledge Base

StorageGRID S3 bucket policy is not applied correctly when the account root is specified in the Principal element

Views:
208
Visibility:
Public
Votes:
0
Category:
storagegrid
Specialty:
sgrid
Last Updated:

Applies to

StorageGRID 11.3

Issue

StorageGRID S3 bucket policy is not applied correctly when the account root is specified in the Principal element.
 

Example:

Not only the account root but all users in the tenant account ID 01234567890123456789 are allowed full access to the bucket-test bucket by applying the following policy.

{
   "Statement": [
      {
         "Effect": "Allow",
         "Principal": {
             "SGWS": [
                  "urn:sgws:identity::01234567890123456789:root"
              ]
         },
         "Action": [
             "s3:*"
         ],
         "Resource": [
             "urn:sgws:s3:::bucket-test",
             "urn:sgws:s3:::bucket-test/*"
         ]
      }
   ]
}

 

 

 

Sign in to view the entire content of this KB article.

New to NetApp?

Learn more about our award-winning Support

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.