project-read-all-paths

This is a Gitana System Access Policy.

You can reference it using the identifier project-read-all-paths.

The JSON for this policy is:


{
  "system": true,
  "key": "project-read-all-paths",
  "title": "Can read any content stored at a path in the project",
  "statements": [
    {
      "roles": [
        "consumer"
      ],
      "action": "grant",
      "conditions": [
        {
          "type": "path",
          "config": {
            "path": "^\\/.*"
          }
        }
      ]
    }
  ]
}