/
Permissions required for cluster-wide read-only access

Permissions required for cluster-wide read-only access

If you want to create a user that has read-only access for the whole cluster, you need to add the following statement to /etc/caringo/cloudgateway/policy.json


{
      "Sid": "readonlyuser",
      "Resource": "/*",
      "Effect": "Allow",
      "Principal": {
        "user": [
          "readuser"
        ]
      },
      "Action": [
        "GetDomain",
        "GetBucket",
        "GetObject",
        "ListDomain",
        "ListBucket",
        "GetPolicy",
        "ListEtc",
        "GetTenant",
        "ListTenants",
        "ListDomains"
    ]
}

Related content

How to capture a Java thread dump using jstack
How to capture a Java thread dump using jstack
Read with this
Gateway Access Control Policies
Gateway Access Control Policies
More like this
Configure Content Gateway for Anonymous Access
Configure Content Gateway for Anonymous Access
More like this
Gateway Configuration
Gateway Configuration
More like this
Gateway Verification
Gateway Verification
More like this
CSN Passwords
CSN Passwords
More like this

© DataCore Software Corporation. · https://www.datacore.com · All rights reserved.