Enable API KEYS through chart #111

Closed
opened 2026-02-15 19:16:22 -05:00 by yindo · 1 comment
Owner

Originally created by @perpective2410 on GitHub (Dec 18, 2025).

Hello,

Is it possible to enable API keys in the chart? It seems to be disabled by default

Image
Originally created by @perpective2410 on GitHub (Dec 18, 2025). Hello, Is it possible to enable API keys in the chart? It seems to be disabled by default <img width="3252" height="1392" alt="Image" src="https://github.com/user-attachments/assets/bc52645b-1e00-4fab-8a3b-ab50af78bff4" />
yindo closed this issue 2026-02-15 19:16:22 -05:00
Author
Owner

@westbrook-ai commented on GitHub (Jan 1, 2026):

Hi @perpective2410, yes it is possible using the ENABLE_API_KEYS env var: https://docs.openwebui.com/getting-started/env-configuration/#api-key-endpoint-restrictions

You can do this using extraEnvVars value, such as:

extraEnvVars:
  - name: "ENABLE_API_KEYS"
     value: "True"
@westbrook-ai commented on GitHub (Jan 1, 2026): Hi @perpective2410, yes it is possible using the `ENABLE_API_KEYS` env var: https://docs.openwebui.com/getting-started/env-configuration/#api-key-endpoint-restrictions You can do this using `extraEnvVars` value, such as: ``` extraEnvVars: - name: "ENABLE_API_KEYS" value: "True" ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/helm-charts#111