We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991f409 commit 219f166Copy full SHA for 219f166
internal/kokoro/test.sh
@@ -19,6 +19,7 @@ export GCLOUD_TESTS_GOLANG_AWS_ROLE_NAME=`cat ${KOKORO_GFILE_DIR}/secret_manager
19
export GCLOUD_TESTS_GOLANG_AWS_ROLE_ID="arn:aws:iam::$GCLOUD_TESTS_GOLANG_AWS_ACCOUNT_ID:role/$GCLOUD_TESTS_GOLANG_AWS_ROLE_NAME"
20
export GCLOUD_TESTS_GOLANG_AUDIENCE_OIDC=`cat ${KOKORO_GFILE_DIR}/secret_manager/go-cloud-integration-byoid-aud-oidc`
21
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"
23
24
# Display commands being run
25
set -x
0 commit comments