mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-23 08:20:15 -05:00
Extend AWS e2e test token expiration to 6 hours (#547)
This commit is contained in:
parent
9f6a8ffd4c
commit
5f44668897
2
.github/actions/e2e_test/action.yml
vendored
2
.github/actions/e2e_test/action.yml
vendored
@ -134,6 +134,8 @@ runs:
|
|||||||
with:
|
with:
|
||||||
role-to-assume: arn:aws:iam::795746500882:role/GithubActionsE2E
|
role-to-assume: arn:aws:iam::795746500882:role/GithubActionsE2E
|
||||||
aws-region: eu-central-1
|
aws-region: eu-central-1
|
||||||
|
# extend token expiry to 6 hours to ensure constellation can terminate
|
||||||
|
role-duration-seconds: 21600
|
||||||
|
|
||||||
- name: Create cluster
|
- name: Create cluster
|
||||||
id: constellation-create
|
id: constellation-create
|
||||||
|
Loading…
x
Reference in New Issue
Block a user