Relative Content

Tag Archive for google-cloud-platformgcloudgoogle-artifact-registry

Google Artifact Registry PERMISSION_DENIED for projects.locations.operations

Question I’m trying to create a minimal custom role to delete artifacts from Google Artifact Registry for my ServiceAccount. The gcloud command deletes the artifact successfully, but then always fails with PERMISSION_DENIED on the project.locations.operations request. How do I get my ServiceAccount the project.locations.operations.get permission? Details The custom role has the following permissions: artifactregistry.versions.delete, artifactregistry.tags.get, […]