mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-21 10:05:26 -04:00
Mechanism for getting identity of current logged in user #177
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kagesenshi on GitHub (Dec 30, 2024).
I'm trying to build a secure RAG pipeline which will only give results based on data which user is allowed to see. It is not obvious to me if there's a way to get current user identify from within pipeline.
Is there such mechanism yet? if not, any plans for it ?
@kagesenshi commented on GitHub (Dec 30, 2024):
closing this .. found out that openwebui sent user information if it detect the backend is a pipeline engine, and is accessible through the
bodyobject