/
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" ] }
, multiple selections available,
Related content
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
Modifying Policies
Modifying Policies
More like this
CSN Passwords
CSN Passwords
More like this
Gateway Configuration
Gateway Configuration
More like this
Gateway Administrative Domain
Gateway Administrative Domain
More like this
© DataCore Software Corporation. · https://www.datacore.com · All rights reserved.