Related Component
Backend (Python/FastAPI)
Category
New Feature
Problem / Motivation
通过webUI访问的话,任意用户都可以访问到,即使在内网环境部署,也会有很多非业务用户有权限访问到,存在未授权访问的问题,希望webUI可以增加个简单的认证机制
Proposed Solution
例如通过配置 HTTP Basic Authentication (Basic Auth)
Alternatives Considered
No response
Suggested Priority
Medium - Worth improving
Willingness to Contribute
Additional Context
No response
Related Component
Backend (Python/FastAPI)
Category
New Feature
Problem / Motivation
通过webUI访问的话,任意用户都可以访问到,即使在内网环境部署,也会有很多非业务用户有权限访问到,存在未授权访问的问题,希望webUI可以增加个简单的认证机制
Proposed Solution
例如通过配置 HTTP Basic Authentication (Basic Auth)
Alternatives Considered
No response
Suggested Priority
Medium - Worth improving
Willingness to Contribute
Additional Context
No response