Devin Flake
03/04/2022, 6:00 PMprefect register --project "Tests" --path hello_world.py
... lots of output ...
prefect.exceptions.AuthorizationError: Malformed response received from Cloud - please ensure that you are authenticated. See `prefect auth login --help`.
.prefect/config.toml
configured to use my Server but since I'm not using the Cloud, I'm not sure about the auth
or API keyKevin Kho
03/04/2022, 6:02 PMprefect backend server
and maybe prefect auth logout
so that you dont have any lingering keysDevin Flake
03/04/2022, 6:03 PMprefect backend server
seemed to do it - thanks!