Skip to content

Commit cab36c8

Browse files
authored
Merge pull request #63 from linuxfoundation/jme/LFXV2-627
add organizer as auditor on past_meeting model
2 parents 86c6bc8 + 379f66a commit cab36c8

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.19
8+
version: 0.2.20
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: 3
24-
patch: 1
24+
patch: 2
2525
authorizationModel: |
2626
model
2727
schema 1.1
@@ -107,7 +107,7 @@ spec:
107107
# meeting become obsolete if the meeting is deleted.
108108
define meeting: [meeting]
109109
# The auditor relation identifies a user who can audit this meeting.
110-
define auditor: auditor from project or auditor from meeting
110+
define auditor: organizer or auditor from project or auditor from meeting
111111
# The organizer relation identifies a user who can manage this one past meeting.
112112
# That means they can update the past meeting details, update the participants, etc.
113113
define organizer: [user] or meeting_coordinator from project or writer from project or organizer from meeting

0 commit comments

Comments
 (0)