/
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
, multiple selections available,
Related content
Gateway Configuration
Gateway Configuration
More like this
Gateway Identity System
Gateway Identity System
More like this
Gateway Verification
Gateway Verification
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 Installation
Gateway Installation
More like this
Service Proxy
Service Proxy
More like this
© DataCore Software Corporation. · https://www.datacore.com · All rights reserved.