Removed LITELLM_MASTER_KEY as it requires a database for virtual key management. Security is already provided by HTTP Basic Auth on the public Traefik endpoint. Internal Open WebUI communication doesn't need additional API key auth. Security layers: - Public access: HTTP Basic Auth via Traefik - Internal LiteLLM: Network isolation (no auth needed) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>