Groups
Groups allow you to limit user
Define groups with specific roles for your users
akhq.security.default-group
: Default group for all the user even unlogged userakhq.security.groups
: Groups map definitionkey:
a uniq key used as name if not specifiedname: group-name
Group identifierroles
: Roles list for the groupattributes.topics-filter-regexp
: Regexp list to filter topics available for current groupattributes.connects-filter-regexp
: Regexp list to filter Connect tasks available for current groupattributes.consumer-groups-filter-regexp
: Regexp list to filter Consumer Groups available for current groupattributes.acls-filter-regexp
: Regexp list to filter acls available for current group
WARNING
topics-filter-regexp
, connects-filter-regexp
, consumer-groups-filter-regexp
and acls-filter-regexp
are only used when listing resources. If you have topics/create
or connect/create
roles and you try to create a resource that doesn't follow the regexp, that resource WILL be created.
3 defaults group are available :
admin
with all rightreader
with only read access on all AKHQno-roles
without any roles, that force user to login