Skip to content

Commit

Permalink
Add reset_offsets permission for connect (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dugong42 authored Mar 3, 2025
1 parent 9647fcc commit b08e001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration/rbac-role-based-access-control/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ A list of all the actions for the corresponding resources (please note neither r
* `topic`: `view`, `create`, `edit`, `delete`, `messages_read`, `messages_produce`, `messages_delete`, `analysis_run`, `analysis_view`
* `consumer`: `view`, `delete`, `reset_offsets`
* `schema`: `view`, `create`, `delete`, `edit`, `modify_global_compatibility`
* `connect`: `view`, `edit`, `create`, `delete`,`restart`
* `connect`: `view`, `edit`, `create`, `delete`,`restart`, `reset_offsets`
* `ksql`: `execute`
* `acl`: `view`, `edit`
* `audit`: `view`
Expand Down Expand Up @@ -190,7 +190,7 @@ rbac:
- resource: connect
value: "local"
actions: [ view, edit, create ]
actions: [ view, edit, create, delete, restart, reset_offsets ]
# connectors selector not implemented yet, use connects
# selector:
# connector:
Expand Down

0 comments on commit b08e001

Please sign in to comment.