Skip to content

Commit

Permalink
Switch AWS credentials from a long-lived IAM user to short-lived OIDC…
Browse files Browse the repository at this point in the history
…/role sessions

I'll also be removing the corresponding repository secrets.

Related-to: <nextstrain/private#110>
  • Loading branch information
tsibley committed Jun 3, 2024
1 parent e719137 commit e6ce9e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ingest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ jobs:
CONFIG_OVERRIDES: ${{ needs.set_config_overrides.outputs.config_overrides }}
run: |
nextstrain build \
--env AWS_ACCESS_KEY_ID \
--env AWS_SECRET_ACCESS_KEY \
ingest \
upload_all \
--configfile build-configs/nextstrain-automation/config.yaml \
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/phylogenetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ jobs:
CONFIG_OVERRIDES: ${{ needs.set_config_overrides.outputs.config_overrides }}
run: |
nextstrain build \
--env AWS_ACCESS_KEY_ID \
--env AWS_SECRET_ACCESS_KEY \
phylogenetic \
deploy_all \
--configfile build-configs/nextstrain-automation/config.yaml \
Expand Down

0 comments on commit e6ce9e8

Please sign in to comment.