aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/examples/moon/policies/policy_super/perimeter.json
blob: 3a7364bcf76486cfbe60f1c3a75ee571818d6ac8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "subjects": [
        "super_admin"
    ],
    "actions": [
        "read",
        "write"
    ],
    "objects": [
        "templates",
        "aggregation_algorithms",
        "sub_meta_rule_algorithms",
        "tenants",
        "intra_extensions"
    ]
}