Skip to content

Commit

Permalink
Update CI credentials docs to point to new GCP project (#30813)
Browse files Browse the repository at this point in the history
Co-authored-by: girarda <[email protected]>
  • Loading branch information
girarda and girarda authored Oct 11, 2023
1 parent e3d126b commit 20c0656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airbyte-ci/connectors/ci_credentials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<user>-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
Expand Down

0 comments on commit 20c0656

Please sign in to comment.