Question Regarding Show/Hide Clusters and Specific Topics #2136
-
We have two clusters that are connected to AKHQ using one UI, I would like to know if there is the possibility of showing specific Clusters depending on Roles (Example Topic-Reader just seeing Cluster1). Additionally, is there a way to hide specific topics, perhaps via regex to specific roles? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Yes for both of your questions. You can check here:https://akhq.io/docs/configuration/authentifications/groups.html The groups definition allows you to define a mapping between roles, patterns (regex for topic names, subjects names, consumer groups, etc. - all the different resources types managed in AKHQ) and clusters. You will find some examples here |
Beta Was this translation helpful? Give feedback.
-
I think you are using a version <= 0.23.0 which only proposed a partial RBAC implementation. Try with the latest version and update the groups / roles accordingly |
Beta Was this translation helpful? Give feedback.
Yes for both of your questions. You can check here:https://akhq.io/docs/configuration/authentifications/groups.html
The groups definition allows you to define a mapping between roles, patterns (regex for topic names, subjects names, consumer groups, etc. - all the different resources types managed in AKHQ) and clusters.
You will find some examples here