From e3836367efad561db863bf50eb452e93293278cc Mon Sep 17 00:00:00 2001 From: Ryan Kohler Date: Wed, 14 Apr 2021 11:14:41 -0400 Subject: test: Create AWS-based external account integration tests (#731) --- scripts/setup_external_accounts.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/setup_external_accounts.sh b/scripts/setup_external_accounts.sh index 2fd04e2..ecc879b 100644 --- a/scripts/setup_external_accounts.sh +++ b/scripts/setup_external_accounts.sh @@ -110,3 +110,4 @@ gcloud iam service-accounts add-iam-policy-binding $service_account_email \ echo "OIDC audience: "$oidc_aud echo "AWS audience: "$aws_aud +echo "AWS role: arn:aws:iam::$aws_account_id:role/$aws_role_name" -- cgit v1.2.3