Rights management

This section only applies to KaDeck Web.

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. 

{
    "action": "KafkaConnectView",
    "effect": "Allow",
    "resource": "*"
  },
  {
    "action": "KafkaConnectManage",
    "effect": "Allow",
    "resource": "*"
  }

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.

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.