https://prefect.io logo
l

Lisa Averett

01/13/2023, 6:45 PM
Question...I find that when I run the prefect orion server, I am able to go directly to the UI without any credentials. Is there a way to set up users and credentials in the UI so only certain users can get access? This is on local prefect, not cloud. Thanks.
1
z

Zanie

01/13/2023, 8:38 PM
We only support authentication and access controls in Prefect Cloud
You may be able to get something like basic auth working easily since we use FastAPI e.g. https://fastapi.tiangolo.com/advanced/security/http-basic-auth/
I’m honestly not sure how hard that would be, authentication is complicated to get right and tends to be specific to your deployment story
l

Lisa Averett

01/13/2023, 8:56 PM
Thanks, that's what I was seeing in the articles I read. :-)
2 Views