Skip to content

Commit 8493cec

Browse files
authored
add role to allow creation of firestore database (#1300)
1 parent fc94432 commit 8493cec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pkg/cli/client/byoc/gcp/byoc.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ func (b *ByocGcp) setUpCD(ctx context.Context) error {
175175
"roles/redis.admin", // For creating redis instances/clusters
176176
"roles/certificatemanager.owner", // For creating certificates
177177
"roles/serviceusage.serviceUsageAdmin", // For allowing cd to Enable APIs
178+
"roles/datastore.owner", // For creating firestore database
178179
}); err != nil {
179180
return err
180181
}

0 commit comments

Comments
 (0)