Hey everybody, I'm working on a CI/CD pipeline for...
# prefect-server
m
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
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
@Zach Angell awesome! I'll give that a shot, thanks so much!
👍 1