This message was deleted.
# general
s
This message was deleted.
w
I'm not aware of anything changing on our side. Certainly nothing has changed in
@pulumi/docker
. Are you relying on ambient credentials configured via
gcloud
, or are you passing credentials through expciitly (I seem to recall the GCR only supports the former?)?
j
Yeah thanks for the hint I figured it out. Had some stuff left over in my local .docker/config.json that was attempting to pull
gcloud
into the picture
Is there a way with Pulumi to be able to access the $GOOGLE_CREDENTIALS that are being used by the program to authenticate with the Container Registry? I want to avoid having to explicitly read in the key file and pass it through with the docker image registry configuration in Pulumi since I'm already using a Service Account for deployments that has the right permissions