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

Finer grain filtering on kafka connect attributes #1174

Closed
apellegr06 opened this issue Aug 17, 2022 · 4 comments
Closed

Finer grain filtering on kafka connect attributes #1174

apellegr06 opened this issue Aug 17, 2022 · 4 comments
Labels
acl Kafka ACLS backend Need a backend update enhancement New feature or request ui Need an ui update

Comments

@apellegr06
Copy link

apellegr06 commented Aug 17, 2022

Hi,

I'm using AKHQ 0.21.0 and recently adding Kafka Connect configuration that is a useful functionnality !

I use "connects-filter-regexp" to limit the view on some tasks for some users, but currently the behaviors of this filtering is not optimal :
If at least one regexp is set, the user have the visibility on all Kafka connect clusters configured for the Kafka cluster and can create tasks on all of them.
Is it possible to add a functionnality to filter also on Kafka connect clusters, for example with a "connect-clusters-filter-regexp" ?
And also is it possible to disable creation of tasks when it's not compliant to the "connects-filter-regexp" ?

Thanks
Alain

@tchiotludo tchiotludo added enhancement New feature or request ui Need an ui update backend Need a backend update acl Kafka ACLS labels Aug 17, 2022
@tchiotludo
Copy link
Owner

I think this feature will need this huge change as I understand

@apellegr06
Copy link
Author

Not sure, this need is just to add a filter on the kafka connect cluster level (in addition with the existing one on tasks level) :
connect-clusters-filter-regexp

And that will filter the visibility of the Kafka connect instances in the list.

We really need this kind of filter because we have several kafka connect by kafka cluster, and not all used can access to all kafka connect instances.

@AlexisSouquiere
Copy link
Collaborator

@tchiotludo this one should be closed with the new permissions management

@tchiotludo
Copy link
Owner

done in #1472

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
acl Kafka ACLS backend Need a backend update enhancement New feature or request ui Need an ui update
Projects
Status: Done
Development

No branches or pull requests

3 participants