provectus / kafka-ui

Open-Source Web UI for Apache Kafka Management
Apache License 2.0
9.57k stars 1.17k forks source link

kafka UI audit not show #4462

Open Ilyin-V-V opened 3 months ago

Ilyin-V-V commented 3 months ago

Issue submitter TODO list

Describe the bug (actual behavior)

Auditing with RBAC does not work

Expected behavior

No response

Your installation details

Hello kafka-ui-api-v0.7.2.jar includes audit topic settings: audit: topicAuditEnabled: true consoleAuditEnabled: true topic: "__kui-audit-log" auditTopicProperties: retention.ms: 43200000 auditTopicsPartitions: 1 level: ALTER_ONLY LDAP and RBAC are included in the audit topic, events are recorded, but it is not possible to read messages, there are no access rights, there is no such problem with other topics, despite the fact that:

Steps to reproduce

java --add-opens java.rmi/javax.rmi.ssl=ALL-UNNAMED -Dspring.config.additional-location=/data/ui/config.yml -jar /data/ui/kafka-ui-api-v0.7.2.jar

Screenshots

No response

Logs

No response

Additional context

No response

github-actions[bot] commented 3 months ago

Hello there Ilyin-V-V! πŸ‘‹

Thank you and congratulations πŸŽ‰ for opening your very first issue in this project! πŸ’–

In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. πŸ‘€

Haarolean commented 3 months ago

4255

fixed here -> https://github.com/kafbat/kafka-ui