CJ
07/20/2020, 2:08 PMprefect agent start --volume /path/to/local/.config.toml:/root/.prefect/config.toml docker
. Then, when I registered and ran my flow, it would have access to variables I had set in my local .config.toml
, especially secrets. After upgrading, I noticed this was no longer the case. I would start the agent in the same way, but context.secrets
would be empty, and the values returned from prefect config
look like the factory defaults (eg use_local_secrets=false
).