FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
30.02k stars 15.49k forks source link

GCP deployment is not password protected #571

Open kmashal opened 1 year ago

kmashal commented 1 year ago

I can deploy Flowise to GCP but I can not get the deployed app password protected any help?

sam1am commented 1 year ago

Have you tried these steps from the Readme?

To enable app level authentication, add FLOWISE_USERNAME and FLOWISE_PASSWORD to the .env file in packages/server:

FLOWISE_USERNAME=user
FLOWISE_PASSWORD=1234

Also

Start Flowise

npx flowise start
With username & password

npx flowise start --FLOWISE_USERNAME=user --FLOWISE_PASSWORD=1234
kmashal commented 1 year ago

I did but it does not work when deployed in Google cloud

CoreyH commented 1 year ago

Any update on this one? In the meantime, I'm going to use Cloudflare Zero Trust which has worked well for me in the past.