Skip to content

Commit

Permalink
Extend token life
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco committed Dec 22, 2023
1 parent 7d074eb commit b8d3f34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dss-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
role-to-assume: arn:aws:iam::301042233698:role/InterUSSGithubCI
aws-region: us-east-1
mask-aws-account-id: true
role-duration-seconds: 1800
role-duration-seconds: 5400

- name: Caller Id
run: |
Expand All @@ -46,4 +46,4 @@ jobs:
COMPOSE_PROFILES: aws-1
AWS_REGION: us-east-1
run: |
docker compose up --exit-code-from ci-aws-1 || docker-compose logs --tail=100 ci-aws-1
docker compose up --exit-code-from ci-aws-1
1 change: 0 additions & 1 deletion deploy/operations/ci/aws-1/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ WORKSPACE_LOCATION="$(terraform output -raw workspace_location)"

cd "${WORKSPACE_LOCATION}"
./get-credentials.sh
echo "Authenticated"
aws sts get-caller-identity

# Allow access to the cluster to AWS admins
Expand Down

0 comments on commit b8d3f34

Please sign in to comment.