Skip to content

Commit 219f166

Browse files
authored
test: set envvar for integration test (#1681)
1 parent 991f409 commit 219f166

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/kokoro/test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export GCLOUD_TESTS_GOLANG_AWS_ROLE_NAME=`cat ${KOKORO_GFILE_DIR}/secret_manager
1919
export GCLOUD_TESTS_GOLANG_AWS_ROLE_ID="arn:aws:iam::$GCLOUD_TESTS_GOLANG_AWS_ACCOUNT_ID:role/$GCLOUD_TESTS_GOLANG_AWS_ROLE_NAME"
2020
export GCLOUD_TESTS_GOLANG_AUDIENCE_OIDC=`cat ${KOKORO_GFILE_DIR}/secret_manager/go-cloud-integration-byoid-aud-oidc`
2121
export GCLOUD_TESTS_GOLANG_AUDIENCE_AWS=`cat ${KOKORO_GFILE_DIR}/secret_manager/go-cloud-integration-byoid-aud-aws`
22+
export GOOGLE_EXTERNAL_ACCOUNT_ALLOW_EXECUTABLES="1"
2223

2324
# Display commands being run
2425
set -x

0 commit comments

Comments
 (0)