We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc94432 commit 8493cecCopy full SHA for 8493cec
src/pkg/cli/client/byoc/gcp/byoc.go
@@ -175,6 +175,7 @@ func (b *ByocGcp) setUpCD(ctx context.Context) error {
175
"roles/redis.admin", // For creating redis instances/clusters
176
"roles/certificatemanager.owner", // For creating certificates
177
"roles/serviceusage.serviceUsageAdmin", // For allowing cd to Enable APIs
178
+ "roles/datastore.owner", // For creating firestore database
179
}); err != nil {
180
return err
181
}
0 commit comments