diff options
| author | mo khan <mo@mokhan.ca> | 2025-04-02 13:32:22 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-04-02 13:32:22 -0600 |
| commit | 894e270ab5a15de2b664cc6f4ee6fd8369985f75 (patch) | |
| tree | d778e426fcd1666dd35d978215434103e78acee8 /pkg/policies/entities.json | |
| parent | 2a37de4a34552feac221771278236fb23f8e83c0 (diff) | |
refactor: combine cedar policies and add tests
Diffstat (limited to 'pkg/policies/entities.json')
| -rw-r--r-- | pkg/policies/entities.json | 9 |
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" + } } ] |
