Replies: 1 comment 1 reply
-
Hi,
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I'm planning to start using kafbat-ui and having a few problems regarding audit logs topic reading.
Currently i have audit logs enabled for one kafka clusters in my local test environment using docker. Docker compose file contains env. var. to add cluster and enable audit logs (unfortunately i was not able to get audit logs working as per example):
And a separate config.yml file which contains auth and rbac config:
After some research i found a file which lets to add 'VIEW' permissions for audit via rbac (i have tried either 'view' or 'all' for the action), however i'm still not able to read the topic:
Once reading audit topic fails error message appears in the console which is being spammed every second:
Funny enough this spam does not stop even after closing the topic and navigating anywhere else in kafbat-ui.
Please advise me on:
Hope my question was clear enough and thanks in advance.
Regards,
Povilas
Beta Was this translation helpful? Give feedback.
All reactions