summaryrefslogtreecommitdiff
path: root/pkg/policies/entities.json
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/policies/entities.json')
-rw-r--r--pkg/policies/entities.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/pkg/policies/entities.json b/pkg/policies/entities.json
index cfdc0996..3df6e43e 100644
--- a/pkg/policies/entities.json
+++ b/pkg/policies/entities.json
@@ -26,7 +26,8 @@
"uid": {
"type": "User",
"id": "1"
- }
+ },
+ "parents": []
},
{
"uid": {
@@ -301,5 +302,11 @@
"id": "4"
}
]
+ },
+ {
+ "uid": {
+ "type": "HttpPath",
+ "id": "/projects.json"
+ }
}
]