/
Configure Content Gateway for Anonymous Access

Configure Content Gateway for Anonymous Access

To use the Content Gateway just as a proxy for your Swarm cluster, enable Anonymous Access on the Gateway. Complete these steps:

1. Edit the Policy document, /etc/caringo/cloudgateway/policy.json, as follows: 

{
   "Version":"2008-10-17",
   "Id":"DefaultAnonymousPolicy",
   "Statement":[
      {
         "Effect":"Allow",
         "Sid":"1",
         "Principal":{
            "anonymous":[
               "*"
            ]
         },
         "Action":[
            "*"
         ],
         "Resource":"/*"
      }
   ]
}

2. Having the policy.json set up to allow anonymous access works alongside a normal idsys.json file that allows logins to the UIs. If you are not using any UIs, you can edit the IDSYS document, /etc/caringo/cloudgateway/idsys.json, and empty it as follows:

{ }

3. Restart the Content Gateway service:

service cloudgateway restart

Related content

Configuring haproxy SSL offloading with a Self Signed Certificate on CentOS7/8
Configuring haproxy SSL offloading with a Self Signed Certificate on CentOS7/8
Read with this
Gateway Verification
Gateway Verification
More like this
Replication Feeds
Replication Feeds
Read with this
Service Proxy
Service Proxy
More like this
Example "curl" commands for uploading files to Swarm Content Gateway
Example "curl" commands for uploading files to Swarm Content Gateway
Read with this
Gateway Identity System
Gateway Identity System
More like this

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