Skip to main content
NetApp Knowledge Base

CONTAP-567056: RFE - Support custom non-admin roles allowing users of that to access any S3 resource

Views:
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
core
Last Updated:

Issue

  • Current ONTAP restricts non-admin users to accessing only their own named S3 resources via the S3 REST API:


  1. curl -X GET "https://192.168.0.155/api/protocols/...urn_timeout=15" -ku test
    Enter host password for user 'test':
    {
      "records": [
        {
          "svm": {
            "uuid": "e98ad047-ab31-11f0-b3f1-005056ab6991",
            "name": "svm1",
            "_links": {
              "self": {
                "href": "/api/svm/svms/e98ad047-ab31-11f0-b3f1-005056ab6991"
              }
            }
          },
          "_links": {
            "self": {
              "href": "/api/protocols/s3/services/e98ad047-ab31-11f0-b3f1-005056ab6991"
            }
          }
        }
      ],
      "num_records": 1,
      "_links": {
        "self": {
          "href": "/api/protocols/s3/services?return_records=true&return_timeout=15"
        }
      }
    • This enhancement is to allow users of a custom role to access any S3 resource that it has access to.

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.