Skip to content

Commit 33ae54a

Browse files
committed
release the openFGA permission models
Signed-off-by: Prabodh Chaudhari <[email protected]>
1 parent e073c9a commit 33ae54a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.2
8+
version: 0.2.3
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ metadata:
1212
spec:
1313
instances:
1414
- version:
15-
major: 1
16-
minor: 2
17-
patch: 1
15+
major: 2
16+
minor: 0
17+
patch: 0
1818
authorizationModel: |
1919
model
2020
schema 1.1
@@ -47,7 +47,7 @@ spec:
4747
type groupsio_service
4848
relations
4949
define project: [project]
50-
define owner: owner from project
50+
define owner: [user] or owner from project
5151
define writer: writer from project or owner
5252
define auditor: auditor from project or writer
5353
define viewer: [user:*] or auditor from project

0 commit comments

Comments
 (0)