We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As far as I understand users and ACLs are in 2 separate sections:
users: my-test-user: principal: User:my-test-user customUserAcls: my-test-user: read-all-kafka: name: kafka. type: TOPIC pattern: PREFIXED host: "*" operation: READ permission: ALLOW
Why are they separate? What about:
users: my-test-user: principal: User:my-test-user acls: read-all-kafka: name: kafka. type: TOPIC pattern: PREFIXED host: "*" operation: READ permission: ALLOW
Or to be able to share ACLs groups among several users (some kind of RBAC):
users: my-test-user: principal: User:my-test-user roles: - my-test-role my-other-user: principal: User:my-other-user roles: - my-test-role customRoles: my-test-role: read-all-kafka: name: kafka. type: TOPIC pattern: PREFIXED host: "*" operation: READ permission: ALLOW
The text was updated successfully, but these errors were encountered:
especially the RBAC solution would be great
Sorry, something went wrong.
No branches or pull requests
As far as I understand users and ACLs are in 2 separate sections:
Why are they separate? What about:
Or to be able to share ACLs groups among several users (some kind of RBAC):
The text was updated successfully, but these errors were encountered: