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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
There is no resource type for TransactionalId, accordingly the code https://github.com/confluentinc/librdkafka/blob/v2.5.3/src/rdkafka_admin.c#L2829
Given the documentation, we can have 'describe' and 'write' operation on a resources type TransactionalId https://docs.confluent.io/platform/current/security/authorization/acls/overview.html#transactional-id-resource-type-operations
Impact:
When we list the ACLs on a cluster that have operations on a resources type TransactionalId, error log are generated.
It is not possible to set/modify ACLs on a resource type TransactionalId using the admin client.
It is not possible to as ACLs on a TransactionalId. The tests only handle topic, group and brokers resource types: https://github.com/confluentinc/librdkafka/blob/master/tests/0080-admin_ut.c#L1182 https://github.com/confluentinc/librdkafka/blob/master/tests/0081-admin.c#L3662
IMPORTANT: We will close issues where the checklist has not been completed.
Please provide the following information:
<REPLACE with e.g., v0.10.5 or a git sha. NOT "latest" or "current">
The text was updated successfully, but these errors were encountered:
Closed with #4856
Sorry, something went wrong.
No branches or pull requests
Description
There is no resource type for TransactionalId, accordingly the code
https://github.com/confluentinc/librdkafka/blob/v2.5.3/src/rdkafka_admin.c#L2829
Given the documentation, we can have 'describe' and 'write' operation on a resources type TransactionalId
https://docs.confluent.io/platform/current/security/authorization/acls/overview.html#transactional-id-resource-type-operations
Impact:
When we list the ACLs on a cluster that have operations on a resources type TransactionalId, error log are generated.
It is not possible to set/modify ACLs on a resource type TransactionalId using the admin client.
How to reproduce
It is not possible to as ACLs on a TransactionalId.
The tests only handle topic, group and brokers resource types:
https://github.com/confluentinc/librdkafka/blob/master/tests/0080-admin_ut.c#L1182
https://github.com/confluentinc/librdkafka/blob/master/tests/0081-admin.c#L3662
Checklist
IMPORTANT: We will close issues where the checklist has not been completed.
Please provide the following information:
<REPLACE with e.g., v0.10.5 or a git sha. NOT "latest" or "current">
The text was updated successfully, but these errors were encountered: