Ben Muller
06/21/2021, 11:53 PMprefect kv set
in a Docker image.
Is the only thing I need to do so that the container is authed with my cloud account ....
export PREFECT__CLOUD__AGENT__AUTH_TOKEN=foobar
I am getting the error:
prefect.utilities.exceptions.ClientError: Malformed response received from Cloud - please ensure that you have an API token properly configured.
Zach Angell
export PREFECT__CLOUD__AUTH_TOKEN=foobar
, the CLI should workBen Muller
06/22/2021, 3:19 PM