kafka-ops / julie

A solution to help you build automation and gitops in your Apache Kafka deployments. The Kafka gitops!
MIT License
421 stars 114 forks source link

Add `connector` property to class com.purbon.kafka.topology.model.users.Other #401

Closed Fobhep closed 2 years ago

Fobhep commented 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"

purbon commented 2 years ago

Thanks, @Fobhep this would be fixed with the merge of #406. This future will be included in the next release.