Skip to content

Commit c99e5e4

Browse files
authored
feat: added permissons claim (#72)
* feat: added permissons claim On-behalf-of: SAP [email protected] * feat: added permisson claims for logical clusters On-behalf-of: SAP [email protected]
1 parent 89f6e12 commit c99e5e4

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

manifests/kcp/01-platform-mesh-system/apibinding-core-platform-mesh.io.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,20 @@ spec:
3434
verbs:
3535
- '*'
3636
state: Accepted
37+
- resource: apiresourceschemas
38+
group: apis.kcp.io
39+
selector:
40+
matchAll: true
41+
verbs:
42+
- '*'
43+
state: Accepted
44+
- resource: logicalclusters
45+
group: apis.kcp.io
46+
selector:
47+
matchAll: true
48+
verbs:
49+
- '*'
50+
state: Accepted
3751
reference:
3852
export:
3953
name: core.platform-mesh.io

manifests/kcp/01-platform-mesh-system/apiexport-core.platform-mesh.io.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,12 @@ spec:
2828
group: apis.kcp.io
2929
all: true
3030
identityHash: ""
31+
- resource: apiresourceschemas
32+
group: apis.kcp.io
33+
all: true
34+
identityHash: ""
35+
- resource: logicalclusters
36+
group: apis.kcp.io
37+
all: true
38+
identityHash: ""
3139
status: {}

0 commit comments

Comments
 (0)