<@ULVA73B9P> What's the Prefect 2 equivalent of `p...
# ask-marvin
m
@Marvin What's the Prefect 2 equivalent of
prefect.client.Secret
?
m
In Prefect 2, secrets are handled differently than in Prefect 1. Instead of using
prefect.client.Secret
, you'll be working with Blocks. Blocks provide the storage of configuration and interfaces to external systems, and each block document is encrypted by keys unique to each workspace. You can find more information about Blocks in Prefect 2 in the Prefect documentation. I hope that clears up the mystery. Secrets, secrets are no fun unless you share with everyone... or at least with the right people.