Kafka Connect Rights Management

Kafka Connect Rights Management

To view or manage Kafka Connect connectors or task, the user must have both the KafkaConnectView right and the KafkaConnectManage right.
KafkaConnectView and  KafkaConnectManage can be assigned for individual connections/environments. 

Example rights:
  1. {
  2.    "action": "KafkaConnectView",
  3.    "effect": "Allow",
  4.    "resource": "*"
  5. }, {
  6.    "action": "KafkaConnectManage",
  7.    "effect": "Allow",
  8.    "resource": "*"
  9. }
In the example above, the user is granted rights to view and manage all Kafka Connect connectors and tasks for all connections and environments in Kadeck.

    • Related Articles

    • ACL Rights Management

      The rights to manage or view ACLs can be configured flexibly: from basic rights that cover all ACLs to resource-specific rights with specifications on the naming scheme. The latter allows teams to independently manage resources within their working ...
    • Kafka Connect Auto Restart

      Introducing Kafka Connect Auto-Restart in Kadeck. To make life easier for infrastructure and operations teams running Kafka Connect connectors and to ensure higher uptime, it is now possible to have Kadeck automatically restart crashed Kafka Connect ...
    • Quota Management

      A quota can be applied to limit network and resource utilization for Kafka to only specific users and/or clients. To use user level quotas, authentication via Kerberos or TLS certificates must be enabled in your Apache Kafka setup. Note that ...
    • Rights evaluation

      You can assign multiple roles with multiple rights to a user. The following rules apply to evaluate the rights in effect: First Rule: Specific right before less specific right. Second Rule: Allow before deny. Rule 1 example: Right1: Deny      ...
    • Manage rights and roles

      What are roles? Roles are a collection of rights that can be assigned either to groups or directly to users. The rights define the scope of functionality and data to which a user has access. Create roles and rights Go to the Roles screen in the ...