aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/examples/moon/super_extension/policy/metadata.json
diff options
context:
space:
mode:
Diffstat (limited to 'keystone-moon/examples/moon/super_extension/policy/metadata.json')
-rw-r--r--keystone-moon/examples/moon/super_extension/policy/metadata.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/keystone-moon/examples/moon/super_extension/policy/metadata.json b/keystone-moon/examples/moon/super_extension/policy/metadata.json
deleted file mode 100644
index 316bfcb7..00000000
--- a/keystone-moon/examples/moon/super_extension/policy/metadata.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "RBAC_metadata",
- "model": "RBAC",
- "genre": "super",
- "description": "",
-
- "subject_categories": [
- "role"
- ],
-
- "object_categories": [
- "object_id",
- "action"
- ],
-
- "meta_rule": {
- "sub_meta_rules": {
- "permission": {
- "subject_categories": ["role"],
- "object_categories": ["object_id", "action"],
- "relation": "permission"
- }
- },
- "aggregation": "and_true_aggregation"
- }
-}