https://prefect.io logo
Title
m

Mariusz Olszewski

04/11/2022, 5:02 AM
Is there aby change in security aspects on open source 2.0?
a

Anna Geller

04/11/2022, 9:28 AM
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

Zanie

04/11/2022, 3:47 PM
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

Mariusz Olszewski

04/12/2022, 6:11 AM
@Zanie can you point me to those plugins?