aboutsummaryrefslogtreecommitdiffstats
path: root/moon_orchestrator/conf/policies/policy_authz/perimeter.json
blob: 47a8ee4558df5be7038071ae57e42329f6a4cf11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "subjects": [
        "admin",
        "demo"
    ],
    "actions": [
        "pause",
        "unpause",
        "start",
        "stop",
        "create",
        "list",
        "upload",
        "download",
        "post",
        "storage_list"
    ],
    "objects": [
        "servers"
    ]
}