Question...I find that when I run the prefect orio...
# prefect-ui
l
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
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
Thanks, that's what I was seeing in the articles I read. :-)