Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 490f802

Browse files
Edits
1 parent d75d757 commit 490f802

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

gdi/get-data-in/connect/gcp/gcp-connect.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Follow these steps to connect to GCP:
3131
1. Define a role for your GCP service account
3232
--------------------------------------------------------------------------------------
3333

34-
Use GCPs :strong:`Viewer` role as it comes with the permissions you need for most scenarios.
34+
Use GCP's :strong:`Viewer` role as it comes with the permissions you need for most scenarios.
3535

3636
To customize the permissions for your role refer to :ref:`gcp-prereqs-role-permissions`.
3737

gdi/get-data-in/connect/gcp/gcp-prereqs.rst

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Alternatively you can create a more restrictive role using the permissions in th
8585
- Yes
8686

8787
* - ``serviceusage.services.use``
88-
- Yes, if you want to activate the use of a quota from the project where metrics are stored
88+
- Yes, if you either want to activate the use of a quota from the project where metrics are stored or sync cloud sql metadata
8989
- No, but included in ``roles/serviceusage.serviceUsageConsumer``
9090

9191
* - ``spanner.instances.list``
@@ -96,6 +96,38 @@ Alternatively you can create a more restrictive role using the permissions in th
9696
- Yes, if the Spanner service is activated
9797
- Yes
9898

99+
* - ``cloudsql.databases.list``
100+
- Yes, if the cloud sql service is activated
101+
- Yes
102+
103+
* - ``cloudsql.instances.list``
104+
- Yes, if the cloud sql service is activated
105+
- Yes
106+
107+
* - ``pubsub.topics.list``
108+
- Yes, if the pub/sub service is activated
109+
- Yes
110+
111+
* - ``pubsub.subscriptions.list``
112+
- Yes, if the pub/sub service is activated
113+
- Yes
114+
115+
* - ``run.jobs.list``
116+
- Yes, if the cloud run service is activated
117+
- Yes
118+
119+
* - ``run.revisions.list``
120+
- Yes, if the cloud run service is activated
121+
- Yes
122+
123+
* - ``cloudasset.assets.searchAllResources``
124+
- Yes, if the cloud run service is activated
125+
- Yes
126+
127+
* - ``cloudfunctions.functions.list``
128+
- Yes, if the cloud functions service is activated
129+
- Yes
130+
99131
.. _gcp-prereqs-regions:
100132

101133
Supported regions

0 commit comments

Comments
 (0)