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

Why add SecurityAdmin Rbac role to connectors ? #554

Open
adelanoe opened this issue Nov 18, 2022 · 0 comments
Open

Why add SecurityAdmin Rbac role to connectors ? #554

adelanoe opened this issue Nov 18, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@adelanoe
Copy link

adelanoe commented Nov 18, 2022

Hi,
I'm currently trying to integrate Kafka Connect with JulieOps and I'm wondering why adding the role SecurityAdmin when using Rbac ('RBACBindingsBuilder' class, 'buildBindingsForConnect' method).

TopologyAclBinding secAdminBinding = apiClient.bind(principal, SECURITY_ADMIN).forKafkaConnect(connector).apply(); bindings.add(secAdminBinding);

According to the confluent documentation (https://docs.confluent.io/platform/current/connect/rbac/connect-rbac-getting-started.html#kconnect-role-mappings), the SecurityAdmin can't do anything.

image

Thank you
@ludovic-boutros fyi

@adelanoe adelanoe added the bug Something isn't working label Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant