Skip to content

Commit 11a00cf

Browse files
committed
update documentation
On-behalf-of: @SAP [email protected]
1 parent f638bae commit 11a00cf

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/content/getting-started.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ The Sync Agent needs to
180180
* access the workspace of its `APIExport`,
181181
* get the `LogicalCluster`,
182182
* manage its `APIExport`,
183-
* manage `APIResourceSchemas` and
183+
* manage `APIResourceSchemas`,
184+
* create `events` for `APIExports` and
184185
* access the virtual workspace for its `APIExport`.
185186

186187
This can be achieved by applying RBAC like this _in the workspace where the `APIExport` resides_:
@@ -213,6 +214,16 @@ rules:
213214
- watch
214215
- patch
215216
- update
217+
# issue events for APIExports
218+
- apiGroups:
219+
- ""
220+
resources:
221+
- events
222+
verbs:
223+
- get
224+
- create
225+
- patch
226+
- update
216227
# manage APIResourceSchemas
217228
- apiGroups:
218229
- apis.kcp.io

0 commit comments

Comments
 (0)