[GH-ISSUE #11196] Audit log is missing auth events #16140

Closed
opened 2026-04-19 22:09:14 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @gaby on GitHub (Mar 5, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11196

Bug Report


Installation Method

Docker

Environment

  • Open WebUI Version: 0.5.18
  • Operating System: Ubuntu
  • Browser (if applicable): Chrome

Confirmation:

  • I have read and followed all the instructions provided in the README.md.
  • I am on the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.

Expected Behavior:

The audit log introduced in https://github.com/open-webui/open-webui/pull/10860 should include auth events. For example: success login, failed login, logout

Actual Behavior:

Auth events never show in the log

Description

Bug Summary:
After enabling the audit log feature only events related to chats, and settings are written to the audit log. The audit log should include any action from the user that touches an API endpoint.

Originally created by @gaby on GitHub (Mar 5, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/11196 # Bug Report --- ## Installation Method Docker ## Environment - **Open WebUI Version:** 0.5.18 - **Operating System:** Ubuntu - **Browser (if applicable):** Chrome **Confirmation:** - [ ] I have read and followed all the instructions provided in the README.md. - [ ] I am on the latest version of both Open WebUI and Ollama. - [ ] I have included the browser console logs. - [ ] I have included the Docker container logs. - [ ] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below. ## Expected Behavior: The audit log introduced in https://github.com/open-webui/open-webui/pull/10860 should include auth events. For example: success login, failed login, logout ## Actual Behavior: Auth events never show in the log ## Description **Bug Summary:** After enabling the audit log feature only events related to chats, and settings are written to the audit log. The audit log should include any action from the user that touches an API endpoint.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#16140