跳转到主内容

在主体元素中指定帐户根时、 StorageGRID S3 存储桶策略未正确应用

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

适用场景

StorageGRID 11.3

问题描述

在主体元素中指定帐户根时、 StorageGRID S3 存储桶策略未正确应用。
 

示例:

通过应用以下策略,不仅允许帐户根目录、而且允许租户帐户 ID 012345789012345789 中的所有用户对存储桶测试存储区进行完全访问。

{
  "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.