From 20c0656892a903943d9b221278bcc75907453c87 Mon Sep 17 00:00:00 2001 From: Alexandre Girard Date: Tue, 10 Oct 2023 22:00:08 -0700 Subject: [PATCH] Update CI credentials docs to point to new GCP project (#30813) Co-authored-by: girarda --- airbyte-ci/connectors/ci_credentials/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airbyte-ci/connectors/ci_credentials/README.md b/airbyte-ci/connectors/ci_credentials/README.md index 610da26148c5..13f9977db6ce 100644 --- a/airbyte-ci/connectors/ci_credentials/README.md +++ b/airbyte-ci/connectors/ci_credentials/README.md @@ -46,12 +46,12 @@ If you face any installation problem feel free to reach out the Airbyte Connecto Download a Service account json key that has access to Google Secrets Manager. ### Create Service Account -* Go to https://console.cloud.google.com/iam-admin/serviceaccounts/create?project=dataline-integration-testing +* Go to https://console.cloud.google.com/iam-admin/serviceaccounts/create?project=ab-connector-integration-test * In step #1 `Service account details`, set a name and a relevant description * In step #2 `Grant this service account access to project`, select role `Owner` (there is a role that is more scope but I based this decision on others `-testing` service account) ### Create Service Account Token -* Go to https://console.cloud.google.com/iam-admin/serviceaccounts?project=dataline-integration-testing +* Go to https://console.cloud.google.com/iam-admin/serviceaccounts?project=ab-connector-integration-test * Find your service account and click on it * Go in the tab "KEYS" * Click on "ADD KEY -> Create new key" and select JSON. This will download a file on your computer