Skip to content

Commit

Permalink
feat(docs): list of available roles in documentation (#1394)
Browse files Browse the repository at this point in the history
  • Loading branch information
Itiho authored and tchiotludo committed Apr 4, 2023
1 parent 7a12013 commit 03d6444
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/docs/configuration/authentifications/groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,31 @@ If you have `topics/create` or `connect/create` roles and you try to create a re
- `admin` with all right
- `reader` with only read access on all AKHQ
- `no-roles` without any roles, that force user to login

## Roles

Here is the list of available roles to use with personalized groups

- topic/read
- topic/insert
- topic/delete
- topic/config/update
- node/read
- node/config/update
- topic/data/read
- topic/data/insert
- topic/data/delete
- group/read
- group/delete
- group/offsets/update
- registry/read
- registry/insert
- registry/update
- registry/delete
- registry/version/delete
- acls/read
- connect/read
- connect/insert
- connect/update
- connect/delete
- connect/state/update

0 comments on commit 03d6444

Please sign in to comment.