[Audit] - Error when consuming records from audit topic __kui-audit-log #275
Labels
area/audit
status/duplicate
This issue or pull request already exists
status/triage/completed
Automatic triage completed
type/bug
Something isn't working
Issue submitter TODO list
main
-labeled docker image and the issue still persists thereDescribe the bug (actual behavior)
I activated the audit feature. The audit logs are produced in the topic : __kui-audit-log
Here the config :
Permissions are set to be able to read from all the topics starting with "_"
Server error appears :
Expected behavior
I expect that audit records can be consumed by Kafka UI __kui-audit-log
Your installation details
1 - app version : 1.0.0 [https://github.com/kafbat/kafka-ui/commit/2956664bd712266f7340659dc9fbb83e6f3f1923]
Steps to reproduce
Activate the audit feature and display the records in :
Screenshots
No response
Logs
Additional context
getTopicMessages is normaly guaranteed by permission MESSAGES_READ on the resource topic value: "_*"
The text was updated successfully, but these errors were encountered: