Skip to content

Commit

Permalink
Add project relationships to FGA model (#2140)
Browse files Browse the repository at this point in the history
This was missing!
  • Loading branch information
JAORMX authored Jan 17, 2024
1 parent 40a25b7 commit c2f6c00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions authz/minder.fga
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,8 @@ type project
define rule_type_create: editor
define rule_type_update: editor
define rule_type_delete: editor

define profile_get: viewer
define profile_create: editor
define profile_update: editor
define profile_delete: editor

0 comments on commit c2f6c00

Please sign in to comment.