platform-connector

This is a Gitana System Access Policy.

You can reference it using the identifier platform-connector.

The JSON for this policy is:


{
  "system": true,
  "key": "platform-connector",
  "title": "Allows a user to connect to the platform",
  "statements": [
    {
      "description": "Grant Connector role",
      "roles": [
        "connector"
      ],
      "action": "grant",
      "conditions": [
        {
          "type": "type",
          "config": {
            "type": "^platform.*"
          }
        }
      ]
    }
  ]
}