Is there a way to protect a self hosted prefect in...
# ask-community
s
Is there a way to protect a self hosted prefect instance with some kind of authentication? Because the OSS version of Prefect doesn't have built in authentication, I was thinking of enabling basic auth using nginx / using some kind of forward auth service (again with nginx) in front of hte Prefect Instance. What I'm wondering is whether the CLI and Python SDK can somehow provide basic auth credentials to the instance.