GCR

Steps to be followed:

  1. Login to your GCP console

  2. Create a Service Account with the following permissions

  3. Generate a Service Key mapped to the Service Account

  4. Upload the Service Key to save the GCR instance as a provider

Permissions:

  • artifactregistry.repositories.get

  • artifactregistry.repositories.list

  • artifactregistry.tags.get

  • artifactregistry.tags.list

  • artifactregistry.locations.get

  • artifactregistry.locations.list

  • artifactregistry.dockerimages.get

  • artifactregistry.dockerimages.list

  • storage.buckets.create

  • storage.buckets.delete

  • storage.buckets.get

  • storage.buckets.list

  • storage.buckets.update

  • storage.objects.get

  • storage.objects.list

  • storage.objects.update

  • storage.objects.create

Last updated