Skip to content

Commit

Permalink
Set assume role duration to default
Browse files Browse the repository at this point in the history
Currently the deployment to prod account is only taking ~15 mins
Reduce the GH OIDC assume role session window to the default which
is 3600 secs.
  • Loading branch information
zaro0508 committed Jun 29, 2023
1 parent f848ffe commit 699d75f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
sceptre-suffix: "prod"
tower-url: "https://tower.sagebionetworks.org"
aws-role-to-assume: "arn:aws:iam::728882028485:role/sagebase-github-oidc-workflows-prod-nextflow-infra"
aws-assume-role-duration: 14400

deploy-ampad:
if: github.ref == 'refs/heads/prod'
Expand Down

0 comments on commit 699d75f

Please sign in to comment.