mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-08-31 05:35:04 +09:00
feat: Test repeated assume-role
This commit is contained in:
@@ -43,3 +43,18 @@ jobs:
|
||||
- name: Test environment is configured with AWS credentials from role
|
||||
run: |
|
||||
aws sts get-caller-identity --query Arn | grep "role/github-actions-configure-aws-credentials-integ-tests" > /dev/null
|
||||
|
||||
- name: Configure AWS credentials from role again
|
||||
uses: aws-actions/configure-aws-credentials@v1
|
||||
with:
|
||||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||
aws-region: us-east-2
|
||||
role-to-assume: github-actions-configure-aws-credentials-integ-tests
|
||||
role-duration-seconds: 900
|
||||
role-session-name: github-actions-integ-test
|
||||
role-external-id: ${{ secrets.INTEG_TEST_ROLE_EXTERNAL_ID }}
|
||||
|
||||
- name: Test environment is configured with AWS credentials from role
|
||||
run: |
|
||||
aws sts get-caller-identity --query Arn | grep "role/github-actions-configure-aws-credentials-integ-tests" > /dev/null
|
||||
|
||||
Reference in New Issue
Block a user