Skip to content

Commit

Permalink
Revert "Update CI credentials docs to point to new GCP project (airby…
Browse files Browse the repository at this point in the history
  • Loading branch information
girarda authored and ariesgun committed Oct 23, 2023
1 parent c6edd0e commit 4aca0c2
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=ab-connector-integration-test
* Go to https://console.cloud.google.com/iam-admin/serviceaccounts/create?project=dataline-integration-testing
* 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=ab-connector-integration-test
* Go to https://console.cloud.google.com/iam-admin/serviceaccounts?project=dataline-integration-testing
* 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 4aca0c2

Please sign in to comment.