Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Fobhep opened this issue Nov 17, 2021 · 1 comment · Fixed by #406
Closed

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

Fobhep opened this issue Nov 17, 2021 · 1 comment · Fixed by #406
Labels
enhancement New feature or request

Comments

@Fobhep
Copy link
Contributor

Fobhep commented Nov 17, 2021

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
Copy link
Collaborator

purbon commented Nov 22, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants