mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #23083] [CLOSED] fix: proxy admin terminal server verification through backend #27015
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/23083
Author: @raashish1601
Created: 3/26/2026
Status: ❌ Closed
Base:
dev← Head:fix/proxy-terminal-server-verification-dev📝 Commits (1)
f644265fix(terminals): proxy admin verification through backend📊 Changes
3 files changed (+209 additions, -37 deletions)
View changed files
📝
backend/open_webui/routers/configs.py(+146 -0)📝
src/lib/apis/configs/index.ts(+48 -35)📝
src/lib/components/AddTerminalServerModal.svelte(+15 -2)📄 Description
Pull Request Checklist
Note to first-time contributors: This PR is a focused bug fix derived from the existing issue report and kept atomic to one logical change.
devbranch.devwith no unrelatedmaincommits.fixprefix.Changelog Entry
Description
Added
POST /api/v1/configs/terminal_servers/verifybackend handling for terminal server verification.PUT /api/v1/configs/terminal_servers/policies/{policy_id}backend handling for orchestrator policy updates.Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
main; the same fix is resubmitted cleanly againstdev.python -m compileall backend/open_webui/routers/configs.pysuccessfully.Screenshots or Videos
Contributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.