You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is really usable to enable schema filtering per security group.
Currently product enables filtering of every object (topic, consumer group, connector) except schema.
khq.security.groups: Groups map definition
I suggest to add functionality and extend configuration like this: attributes.schema-filter-regexp: Regexp list to filter schemas by subject available to security group
in the same manner as it's done for other objects: attributes.topics-filter-regexp: Regexp list to filter topics available for current group attributes.connects-filter-regexp: Regexp list to filter Connect tasks available for current group attributes.consumer-groups-filter-regexp: Regexp list to filter Consumer Groups available for current group
The text was updated successfully, but these errors were encountered:
It is really usable to enable schema filtering per security group.
Currently product enables filtering of every object (topic, consumer group, connector) except schema.
khq.security.groups: Groups map definition
I suggest to add functionality and extend configuration like this:
attributes.schema-filter-regexp: Regexp list to filter schemas by subject available to security group
in the same manner as it's done for other objects:
attributes.topics-filter-regexp: Regexp list to filter topics available for current group
attributes.connects-filter-regexp: Regexp list to filter Connect tasks available for current group
attributes.consumer-groups-filter-regexp: Regexp list to filter Consumer Groups available for current group
The text was updated successfully, but these errors were encountered: