Skip to content

Commit d937b8a

Browse files
authored
chore(storage): update cloudbuild yaml to include cloudkms scope (#16745)
Added `cloudkms` scope to the zb-cloudbuild.yaml file to enable KMS integration system tests for appendable objects.
1 parent 8a2d81b commit d937b8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-cloud-storage/cloudbuild/zb-system-tests-cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ steps:
7575
- "--image-family=debian-13"
7676
- "--image-project=debian-cloud"
7777
- "--service-account=${_ZONAL_VM_SERVICE_ACCOUNT}"
78-
- "--scopes=https://www.googleapis.com/auth/devstorage.full_control,https://www.googleapis.com/auth/devstorage.read_only,https://www.googleapis.com/auth/devstorage.read_write"
78+
- "--scopes=https://www.googleapis.com/auth/devstorage.full_control,https://www.googleapis.com/auth/devstorage.read_only,https://www.googleapis.com/auth/devstorage.read_write,https://www.googleapis.com/auth/cloudkms"
7979
- "--metadata=enable-oslogin=TRUE"
8080
waitFor: ["-"]
8181

0 commit comments

Comments
 (0)