Sean Talia
04/16/2021, 7:07 PMSecret
to set this sensitive value as one of the run config's environment variables, e.g. env = { 'SECRET_KEY' : Secret("SECRET_VALUE").get() }
, but I'm wondering if this raises some kind of security issue when registering the flow to my Cloud instance. In this setup, would this Secret
value be retrieved at the time of registration and then sent to Prefect Cloud as a part of the flow's metadata? Or would Prefect know that this env variable should be brought into the run config container only at flow runtime, and it's perfectly safe to do something like this?Sean Talia
04/16/2021, 7:09 PMSecretTask
to set the env var?Kevin Kho
Sean Talia
04/16/2021, 8:48 PMDockerRun
configKevin Kho
Kevin Kho
Sean Talia
04/16/2021, 8:54 PM