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

rpk consume _redpanda.audit_log creates a loop #22814

Open
JFlath opened this issue Aug 9, 2024 · 0 comments
Open

rpk consume _redpanda.audit_log creates a loop #22814

JFlath opened this issue Aug 9, 2024 · 0 comments
Labels
area/auditing Issues associated with auditing in Redpanda kind/bug Something isn't working

Comments

@JFlath
Copy link
Contributor

JFlath commented Aug 9, 2024

Version & Environment

Redpanda version: (use rpk version):
24.1.9

What went wrong?

Consuming the audit log continuously (e.g. rpk consume _redpanda.audit_log -o end -g foo to tail) generates a continual stream of audit events that are then read, generating further events, etc.

What should have happened instead?

A single event should be audited

How to reproduce the issue?

On any given cluster, run rpk consume _redpanda.audit_log -o end -g foo (here -o end just means consume from now and keep consuming)
Observe that constant events are generated referencing your current user reading the audit topic.

Additional information

https://redpandadata.slack.com/archives/C01ND4SVB6Z/p1723205917108039

JIRA Link: CORE-6839

@JFlath JFlath added the kind/bug Something isn't working label Aug 9, 2024
@BenPope BenPope added the area/auditing Issues associated with auditing in Redpanda label Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/auditing Issues associated with auditing in Redpanda kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants