kafka-ops / julie

A solution to help you build automation and gitops in your Apache Kafka deployments. The Kafka gitops!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why add SecurityAdmin Rbac role to connectors ?

adelanoe opened this issue · comments

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