feat(litellm): add UI_USERNAME/UI_PASSWORD for the admin UI login #19

Merged
haylan merged 1 commits from fix/litellm-ui-admin-creds into main 2026-09-02 18:29:30 +00:00
Owner

Adds UI_USERNAME/UI_PASSWORD to .env.example and generate-secrets.sh so the LiteLLM admin UI has a dedicated login instead of falling back to the master key.

🤖 Generated with Claude Code

Adds UI_USERNAME/UI_PASSWORD to .env.example and generate-secrets.sh so the LiteLLM admin UI has a dedicated login instead of falling back to the master key. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
haylan added 1 commit 2026-09-02 18:29:25 +00:00
Without these, LiteLLM's /ui falls back to username 'admin' and the
master key as the password, forcing the master key to be typed into
a browser. generate-secrets.sh now fills UI_PASSWORD like the other
secrets.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Q2CR8yawSf7pwAVYnjwFea
haylan merged commit 7609da7dad into main 2026-09-02 18:29:30 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: haylan/LLM-Server#19