File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff 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
186187This 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
You can’t perform that action at this time.
0 commit comments