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.
Comments
Please sign in to leave a comment.