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

kafka UI audit not show #4462

Open
4 tasks done
Ilyin-V-V opened this issue Jun 21, 2024 · 2 comments
Open
4 tasks done

kafka UI audit not show #4462

Ilyin-V-V opened this issue Jun 21, 2024 · 2 comments
Labels
status/triage Issues pending maintainers triage type/bug Something isn't working

Comments

@Ilyin-V-V
Copy link

Issue submitter TODO list

  • I've looked up my issue in FAQ
  • I've searched for an already existing issues here
  • I've tried running master-labeled docker image and the issue still persists there
  • I'm running a supported version of the application which is listed here

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:

  • resource: topic
    value: ".*"
    actions: all
    If you disable RBAC, then you can see the events in the topic through the UI. What could be the reason for this behavior? Are separate RBAC permissions required for the __kui-audit-log topic?

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

@Ilyin-V-V Ilyin-V-V added status/triage Issues pending maintainers triage type/bug Something isn't working labels Jun 21, 2024
Copy link

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/triage Issues pending maintainers triage type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants