Hi! Small question about Prefect 2.0. Is there any...
# prefect-community
y
Hi! Small question about Prefect 2.0. Is there any concept similar to Secrets in Prefect 1.0? I used to store all my secrets in
config.toml
and access them via Secrets API or
prefect.context.secrets.get()
. But I can't find anything similar in 2.0
1
r
the only secret related thing I could find
r
If you go to: https://orion-docs.prefect.io/collections/catalog/ and select you cloud provider there should be information about the secret managers that you can interface with. Generally though i don't think prefect 2 has generic secret concept yet or the ability to store secrets using the prefect cloud. I could be wrong. Hopefully the prefect devs can chime in here
k
No equivalent yet because it will be released along with other work (but part of general availability)
Yeah if you are on AWS, you could use their secret manager
y
ok, thanks. cloud secrets can be a solution, but its not for free and +1 thing to rewrite in flows from prefect 1.0