#Dagger on GCloud VM, which account / permissions
1 messages · Page 1 of 1 (latest)
@idle plaza what do you mean what "gcloud account to use"?
in which context?
running dagger from the CLI on a GCP VM
our devs use cloud vms and dagger is using the service account even though the gcloud cli is configured to be (and) using their personal accounts
can you be more specific on "dagger is using the service account"? For what particularly? Do your dagger pipelines run some glcoud commands?
Dagger doesn't have any native gcloud integration
to push and pull images from GAR
mainly pull here, we don't actually let them push
docker is config'd to use the gcloud auth helper iirc
and does reflect gcloud auth config changes (also iirc)
@idle plaza dagger uses whatever config you have available in your ~/.docker/config,json to authenticate to remote registries. We don't have any native gcloud integration to push / pull images from there. So whatever credentials dagger is using, they must have been set somewhere by some helper tool
I wonder if our docker pull broke too, but no one noticed yet
I'd check this first
I'd assume that's the case