How to set different key for Pipelines? #39

Closed
opened 2026-02-15 19:15:41 -05:00 by yindo · 4 comments
Owner

Originally created by @hongbo-miao on GitHub (Oct 1, 2024).

I saw default key to talk to Pipelines is 0p3n-w3bu! based on https://github.com/open-webui/pipelines?tab=readme-ov-file#-quick-start-with-docker

Any env / secret field we can pass to set a different keys? Thanks! ☺️

Originally created by @hongbo-miao on GitHub (Oct 1, 2024). I saw default key to talk to Pipelines is `0p3n-w3bu!` based on https://github.com/open-webui/pipelines?tab=readme-ov-file#-quick-start-with-docker Any env / secret field we can pass to set a different keys? Thanks! ☺️
yindo closed this issue 2026-02-15 19:15:41 -05:00
Author
Owner

@ja14000 commented on GitHub (Oct 18, 2024):

I may be wrong, but it looks like it can be set here?

@ja14000 commented on GitHub (Oct 18, 2024): I may be wrong, but it looks like it can be set [here](https://github.com/open-webui/helm-charts/blob/645edec6992783881ca9ef7b309e0793a1574e36/charts/open-webui/values.yaml#L96)?
Author
Owner

@hongbo-miao commented on GitHub (Oct 18, 2024):

Thanks @ja14000 ! The one you shared is the password set on Open WebUI (as client) that used to talk to Pipelines (as server). However, I am hoping to change Pipelines's default password.

@hongbo-miao commented on GitHub (Oct 18, 2024): Thanks @ja14000 ! The one you shared is the password set on Open WebUI (as client) that used to talk to Pipelines (as server). However, I am hoping to change Pipelines's default password.
Author
Owner

@justbert commented on GitHub (Oct 21, 2024):

You just need to set the PIPELINES_API_KEY environment variable. You can create a secret and mount it here: https://github.com/open-webui/helm-charts/blob/645edec6992783881ca9ef7b309e0793a1574e36/charts/pipelines/values.yaml#L60

@justbert commented on GitHub (Oct 21, 2024): You just need to set the [`PIPELINES_API_KEY`](https://github.com/open-webui/pipelines/blob/1136b83d7fab33e46fab1d9c217e2b8ec69796b8/config.py#L14) environment variable. You can create a secret and mount it here: https://github.com/open-webui/helm-charts/blob/645edec6992783881ca9ef7b309e0793a1574e36/charts/pipelines/values.yaml#L60
Author
Owner

@hongbo-miao commented on GitHub (Oct 22, 2024):

Thank you so much, @justbert ! Confirmed it works! ☺️
I opened a pull request at https://github.com/open-webui/helm-charts/pull/96 to document it.

@hongbo-miao commented on GitHub (Oct 22, 2024): Thank you so much, @justbert ! Confirmed it works! ☺️ I opened a pull request at https://github.com/open-webui/helm-charts/pull/96 to document it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/helm-charts#39