mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
feat: Support Rotating API Keys #4414
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 @squinn1 on GitHub (Mar 13, 2025).
Check Existing Issues
Problem Description
Hi,
I am having an issue where my calls to LLM live behind a proxy which you must supply an access token retrieved from an identity provider in order to authenticate to the proxy (and therefore make calls to LLM's).
These access tokens expire after 24 hours which means I only get a days use before having to generate a new one.
Desired Solution you'd like
I believe the most general solution for this would be as follows:
on my side I can then configure a sidecar with a shared volume which can write out access tokens to the required file.
Alternatives Considered
No response
Additional Context
No response