@@ -35,9 +35,20 @@ export GCLOUD_TESTS_GOLANG_DATASTORE_DATABASES=database-01
35
35
export GCLOUD_TESTS_GOLANG_FIRESTORE_PROJECT_ID=gcloud-golang-firestore-tests
36
36
export GCLOUD_TESTS_GOLANG_FIRESTORE_KEY=$KOKORO_KEYSTORE_DIR /72523_go_firestore_integration_service_account
37
37
export GCLOUD_TESTS_GOLANG_FIRESTORE_DATABASES=database-02
38
- export GCLOUD_TESTS_API_KEY=` cat $KOKORO_KEYSTORE_DIR /72523_go_gcloud_tests_api_key`
38
+ export GCLOUD_TESTS_API_KEY=$( cat $KOKORO_KEYSTORE_DIR /72523_go_gcloud_tests_api_key)
39
39
export GCLOUD_TESTS_GOLANG_KEYRING=projects/dulcet-port-762/locations/us/keyRings/go-integration-test
40
40
export GCLOUD_TESTS_GOLANG_PROFILER_ZONE=" us-west1-b"
41
+ export GCLOUD_TESTS_IMPERSONATE_READER_KEY=" ${KOKORO_GFILE_DIR} /secret_manager/go-cloud-integration-impersonate-reader-service-account"
42
+ export GCLOUD_TESTS_IMPERSONATE_READER_EMAIL=" impersonate-reader@${GCLOUD_TESTS_GOLANG_PROJECT_ID} .iam.gserviceaccount.com"
43
+ export GCLOUD_TESTS_IMPERSONATE_WRITER_EMAIL=" impersonate-writer@${GCLOUD_TESTS_GOLANG_PROJECT_ID} .iam.gserviceaccount.com"
44
+ export GCLOUD_TESTS_GOLANG_PROJECT_NUMBER=$( cat ${KOKORO_GFILE_DIR} /secret_manager/go-cloud-integration-project-number)
45
+ export GCLOUD_TESTS_GOLANG_SERVICE_ACCOUNT_CLIENT_ID=$( cat ${KOKORO_GFILE_DIR} /secret_manager/go-cloud-integration-byoid-client-id)
46
+ export GCLOUD_TESTS_GOLANG_AWS_ACCOUNT_ID=$( cat ${KOKORO_GFILE_DIR} /secret_manager/go-cloud-integration-byoid-aws-acc-id)
47
+ export GCLOUD_TESTS_GOLANG_AWS_ROLE_NAME=$( cat ${KOKORO_GFILE_DIR} /secret_manager/go-cloud-integration-byoid-aws-role-name)
48
+ export GCLOUD_TESTS_GOLANG_AWS_ROLE_ID=" arn:aws:iam::$GCLOUD_TESTS_GOLANG_AWS_ACCOUNT_ID :role/$GCLOUD_TESTS_GOLANG_AWS_ROLE_NAME "
49
+ export GCLOUD_TESTS_GOLANG_AUDIENCE_OIDC=$( cat ${KOKORO_GFILE_DIR} /secret_manager/go-cloud-integration-byoid-aud-oidc)
50
+ export GCLOUD_TESTS_GOLANG_AUDIENCE_AWS=$( cat ${KOKORO_GFILE_DIR} /secret_manager/go-cloud-integration-byoid-aud-aws)
51
+ export GOOGLE_EXTERNAL_ACCOUNT_ALLOW_EXECUTABLES=" 1"
41
52
42
53
# Bigtable integration tests expect an existing instance and cluster
43
54
# ❯ cbt createinstance gc-bt-it-instance gc-bt-it-instance \
0 commit comments