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.