aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/examples/moon/policies/policy_super/assignment.json
blob: 3e10a05553c7b6f5b3e16a8a75ed6606a89739f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "subject_assignments": {
        "role": {
			"super_admin": ["admin"]
		}
    },

    "action_assignments": {
        "action_id": {
			"read": ["read"],
			"write": ["write"]
		}
    },

    "object_assignments": {
        "object_id": {
            "templates": ["templates"],
		    "sub_meta_rule_algorithm": ["sub_meta_rule_relations"],
		    "aggregation_algorithms": ["aggregation_algorithms"],
            "tenants": ["tenants"]
		}
    }
}