Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

If you want to create an 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"
    ]
}


  • No labels