kafka-ops/julie

Why add SecurityAdmin Rbac role to connectors ?

adelanoe opened this issue · 0 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