Fix Open WebUI auth: correct WEBUI_SECRET_KEY and remove Ollama config
- WEBUI_SECRET_KEY now uses dedicated webui-secret-key (not vllm-api-key) - ExternalSecret updated to fetch webui_secret_key from 1Password - Remove duplicate OLLAMA_BASE_URLS configuration (vLLM only)
This commit is contained in:
@@ -18,9 +18,15 @@ spec:
|
||||
engineVersion: v2
|
||||
data:
|
||||
vllm-api-key: "{{ .vllm_api_key }}"
|
||||
webui-secret-key: "{{ .webui_secret_key }}"
|
||||
data:
|
||||
# vLLM API key from 1Password (mk-labs vault, vllm item, api-key field)
|
||||
- secretKey: vllm_api_key
|
||||
remoteRef:
|
||||
key: vllm
|
||||
property: api-key
|
||||
# WebUI JWT signing secret from 1Password (mk-labs vault, open-webui item, secret-key field)
|
||||
- secretKey: webui_secret_key
|
||||
remoteRef:
|
||||
key: open-webui
|
||||
property: secret-key
|
||||
|
||||
Reference in New Issue
Block a user