[
  {
    "name": "Test role one",
    "key": "test-role-one",
    "description": "Just testing one",
    "policy": [
      {
        "resources": [
          "proj/*"
        ],
        "actions": [
          "*"
        ],
        "effect": "deny"
      },
      {
        "resources": [
          "proj/*"
        ],
        "actions": [
          "read"
        ],
        "effect": "allow"
      }
    ]
  },
  {
    "name": "Test role two",
    "key": "test-role-two",
    "description": "Just testing two",
    "policy": [
      {
        "resources": [
          "proj/*"
        ],
        "actions": [
          "*"
        ],
        "effect": "deny"
      },
      {
        "resources": [
          "proj/*"
        ],
        "actions": [
          "read"
        ],
        "effect": "allow"
      }
    ]
  },
  {
    "name": "Test role three",
    "key": "test-role-three",
    "description": "Just testing three",
    "policy": [
      {
        "resources": [
          "proj/*"
        ],
        "actions": [
          "*"
        ],
        "effect": "deny"
      },
      {
        "resources": [
          "proj/*"
        ],
        "actions": [
          "read"
        ],
        "effect": "allow"
      }
    ]
  }
]

