Does Prefect recommend any way to secure the local server instance (besides using prefect cloud)? That is to say, for shared hosts, it would be nice to be able to use the API key to secure access to the API from other users on the shared host. From the documentation and my initial experiments, it seems like anyone on the shared host who knows the port number of the locally running server can access it. But maybe there’s a way to secure it I haven’t found in the documentation? I would say, this isn’t about full-fledged users and RBAC, for which Cloud seems appropriate. It’s more about a small instance with a shared-secret beyond the port number.
1 Like
Same here. Curious to know if there is any way to “secure” a local server instance