Skip to content

Commit bf37cad

Browse files
authored
Merge pull request #148 from linuxfoundation/fix/LFXV2-2402-committee-invite-fga-type
[LFXV2-2402] fix: add committee_invite FGA type and bump model to v14
2 parents d37901c + 10641e9 commit bf37cad

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

charts/lfx-platform/templates/openfga/model.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ spec:
2626
@fgadoc:hide and @fgadoc:alias tags are managed manually.
2727
*/}}
2828
- version:
29-
major: 13
29+
major: 14
3030
minor: 0
31-
patch: 2
31+
patch: 0
3232
authorizationModel: |
3333
model
3434
schema 1.1
@@ -106,6 +106,13 @@ spec:
106106
define roster_viewer: [user:*] or auditor or member from committee_for_member_roster_access
107107
define email_viewer: auditor or member from committee_for_member_email_access
108108
109+
type committee_invite
110+
relations
111+
define committee: [committee]
112+
# The invitee relation identifies the user who was invited to the committee.
113+
define invitee: [user]
114+
define viewer: invitee or auditor from committee
115+
109116
# @fgadoc:alias Groups.io Service
110117
type groupsio_service
111118
relations

0 commit comments

Comments
 (0)