Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable regex filtering of schemas per security group #853

Closed
spetar opened this issue Oct 13, 2021 · 3 comments
Closed

Enable regex filtering of schemas per security group #853

spetar opened this issue Oct 13, 2021 · 3 comments
Labels
enhancement New feature or request login Login & Acls on AKHQ registry Kafka Schema Registry

Comments

@spetar
Copy link

spetar commented Oct 13, 2021

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

@tchiotludo tchiotludo added enhancement New feature or request login Login & Acls on AKHQ registry Kafka Schema Registry labels Oct 13, 2021
@tchiotludo
Copy link
Owner

PR are welcome on that 👍 (mostly the same than this one 371186c)

@n-i-c-o-l-a-s
Copy link

Hello. A regexp to filter schemas would be very useful.

@tchiotludo
Copy link
Owner

done in #1472

@tchiotludo tchiotludo moved this to Done in Backlog Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request login Login & Acls on AKHQ registry Kafka Schema Registry
Projects
Status: Done
Development

No branches or pull requests

3 participants