Skip to content

Commit 1e1593a

Browse files
authored
Merge pull request #55 from linuxfoundation/jme/fix-meeting-model
give organizer audit permissions on meeting
2 parents 30e947e + 77f60db commit 1e1593a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/lfx-platform/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apiVersion: v2
55
name: lfx-platform
66
description: LFX Platform v2 Helm chart
77
type: application
8-
version: 0.2.11
8+
version: 0.2.12
99
icon: https://github.com/linuxfoundation/lfx-v2-helm/raw/main/img/lfx-logo-color.svg
1010
dependencies:
1111
- name: traefik

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
- version:
2222
major: 4
2323
minor: 2
24-
patch: 0
24+
patch: 1
2525
authorizationModel: |
2626
model
2727
schema 1.1
@@ -76,7 +76,7 @@ spec:
7676
define project: [project]
7777
define committee: [committee]
7878
# The auditor relation identifies a user who can audit this meeting.
79-
define auditor: auditor from project
79+
define auditor: organizer or auditor from project
8080
# The organizer relation identifies a user who can manage this one meeting.
8181
# That means they can update the meeting details, invite/uninvite participants, etc.
8282
define organizer: [user] or meeting_coordinator from project or writer from committee or writer from project

0 commit comments

Comments
 (0)