Closed Fobhep closed 2 years ago
roles: - name: "connectorread" acls: - resourceType: "Connector" resourceName: "{{connector}}" patternType: "LITERAL" role: "DeveloperRead" host: "*"
Currently a role like this cannot be used - because com.purbon.kafka.topology.model.users.Other implements only "transactionId", "idempotence", "principal", "group", "topic"
"transactionId", "idempotence", "principal", "group", "topic"
Thanks, @Fobhep this would be fixed with the merge of #406. This future will be included in the next release.
Currently a role like this cannot be used - because com.purbon.kafka.topology.model.users.Other implements only
"transactionId", "idempotence", "principal", "group", "topic"