Skip to content

Commit

Permalink
Fix missing bootstrap IAM for GKE SA to create CPA clusters. (#12962)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyzhc authored Feb 4, 2025
1 parent 87af64a commit 97b663d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5633,6 +5633,10 @@ func TestAccContainerCluster_WithCPAFeatures(t *testing.T) {
Member: "serviceAccount:service-{project_number}@container-engine-robot.iam.gserviceaccount.com",
Role: "roles/cloudkms.cryptoKeyEncrypterDecrypter",
},
{
Member: "serviceAccount:service-{project_number}@container-engine-robot.iam.gserviceaccount.com",
Role: "roles/cloudkms.cryptoKeyEncrypterDecrypterViaDelegation",
},
})

// Find an active cryptoKeyVersion on the signing key.
Expand Down

0 comments on commit 97b663d

Please sign in to comment.