Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

2. Edit the 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:

Code Block
languagebash
{ }

...