Skip to content

Commit f5052bb

Browse files
authored
Finish switch from iam user to role
Description of changes: Switch to using IAM Role that is more secure with short-lived credentials See #448 for context, we missed this one.
1 parent cdfe097 commit f5052bb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/IntegrationTesting.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,9 @@ jobs:
156156
name: terraform-state-artifact
157157

158158
- name: Configure AWS Credentials
159-
uses: aws-actions/configure-aws-credentials@v1
159+
uses: aws-actions/configure-aws-credentials@v4
160160
with:
161-
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
162-
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
161+
role-to-assume: ${{ secrets.AWS_INTEG_TEST_ROLE_ARN }}
163162
aws-region: us-west-2
164163

165164
- name: Setup Terraform

0 commit comments

Comments
 (0)