You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Issue submitter TODO list
master
-labeled docker image and the issue still persists thereDescribe 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:
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
The text was updated successfully, but these errors were encountered: