Q: Is the Prefect server multitenant i.e. multi us...
# prefect-server
b
Q: Is the Prefect server multitenant i.e. multi users with different logins can submit workflow thru a single server instance??
j
Prefect server has no concept of users or authentication. All flows/tenants/projects can be accessed by anyone with access to the api address.
Prefect cloud has a user and auth concept. Multiple users can belong to the same tenant, and all access is authenticated.
😂 1