From 46489646f4332e25f5cdcbc78d847674db9ee9cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Thu, 7 Dec 2023 18:29:13 -0500 Subject: [PATCH] chore: put back dummy account information after tests (#1947) --- tools/aws-assume-role.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/aws-assume-role.sh b/tools/aws-assume-role.sh index 182de7177..ee7478a07 100755 --- a/tools/aws-assume-role.sh +++ b/tools/aws-assume-role.sh @@ -19,7 +19,7 @@ # # Change the AWS account ID & role name # -ROLE="arn:aws:iam::126827061464:role/KubernetesAdmin" +ROLE="arn:aws:iam::111111111111:role/AssumedAdmin" # # You can leave the rest of thre script as is