You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
Thank you
@ludovic-boutros fyi
The text was updated successfully, but these errors were encountered: