Skip to content

Commit cc0e8b1

Browse files
committed
First draft of the 'remove access' instructions
1 parent c9c6ab0 commit cc0e8b1

File tree

1 file changed

+10
-1
lines changed
  • src/connections/storage/catalog/bigquery

1 file changed

+10
-1
lines changed

src/connections/storage/catalog/bigquery/index.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,16 @@ Account.
117117
To stay ahead of this change, migrate your warehouse by following
118118
the instructions in the "Create a Service Account for Segment" section above.
119119
Then, head to your warehouse's connection settings and update with the
120-
**Credentials** you created.
120+
**Credentials** you created. Once you've verified that data is loading properly to your warehouse, [remove access to the shared Service Account](#remove-access-to-the-shared-service-account).
121+
122+
### Remove access to the shared Service Account
123+
After you've [created a new Service Account for Segment](#create-a-service-account-for-segment) and verified that the data is loading properly, remove access to the shared Service Account (`[email protected]`) using the following instructions:
124+
125+
1. Sign in to the [Google Developers Console](https://console.developers.google.com).
126+
2. Open the IAM & Admin product, and select **IAM**.
127+
3. From the list of projects, select the project that BigQuery is enabled for.
128+
4. On the project's page, select the **Permissions** tab, and then select **view by PRINCIPALS**.
129+
5. Select the checkbox for the `[email protected]`account and then click **Remove** to remove access to this shared Service Account.
121130

122131

123132
## Best Practices

0 commit comments

Comments
 (0)