aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/examples/moon/policies/policy_rbac_authz/metarule.json
blob: ce828339417ba26ebca06cb5848c232d10749939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "sub_meta_rules": {
    "relation_super": {
      "subject_categories": ["role"],
      "action_categories": ["computing_action", "storage_action"],
      "object_categories": ["id"],
      "relation": "relation_super"
    }
  },
  "aggregation": "and_true_aggregation"
}