Is there aby change in security aspects on open so...
# prefect-server
m
Is there aby change in security aspects on open source 2.0?
a
We treat security seriously, and this hasn't changed. Also, Prefect still uses the hybrid execution model for commercial products. If you have any concrete security-related questions regarding Prefect Cloud, you may reach out to security@prefect.io, but generally speaking, with any open-source packages, you need to be cautious in how you use them to ensure IT security - e.g., deploy only in a secure network, not expose credentials anywhere, etc.
z
We will not provide authentication out of the box for the same reasons as before. However, since we’re using FastAPI there are several plugins available for adding basic authentication.
m
@Zanie can you point me to those plugins?