Riley Hun
11/13/2020, 12:30 AMstorage.build()
. I get the following error:
InterruptedError: unauthorized: You don't have the needed permissions to perform this operation, and you may have invalid credentials. To authenticate your request, follow the steps in: <https://cloud.google.com/container-registry/docs/advanced-authentication>
I don't think this is a permissions issue to the GCR images because I tried building the docker file and pushing it using gcloud commands, and it worked successfully.
The flow also failed on my prefect core server deployed on GCP with the same kind of authentication error:Riley Hun
11/13/2020, 1:22 AMZanie
Riley Hun
11/13/2020, 4:46 AM# Adding GCP credentials
ENV GOOGLE_APPLICATION_CREDENTIALS=/creds/key.json
But I can't even make it past the part of my build script that invokes storage.build()Riley Hun
11/13/2020, 8:05 AMgcloud auth configure-docker
and now the build script runs