https://prefect.io logo
Title
m

Matthew Neary

05/25/2021, 5:53 PM
Hey everybody, I'm working on a CI/CD pipeline for Prefect using CircleCI. When building the flows I'm getting an error when trying to pull in secrets that are stored on Prefect Cloud. It's looking for them locally but can't find them (because they're not there), is there a way to pull cloud secrets into a CI environment?
z

Zach Angell

05/25/2021, 5:56 PM
Hi @Matthew Neary! If you set the environment variable
PREFECT__CLOUD__USE_LOCAL_SECRETS
to
false
you should be able to pull in cloud secrets
m

Matthew Neary

05/25/2021, 5:58 PM
@Zach Angell awesome! I'll give that a shot, thanks so much!
👍 1