Commit 4e4c544
ci(e2e): assume the AWS role via GitHub OIDC instead of static keys
The OuraE2ETest role's trust path no longer matches static IAM user keys (the
`security token invalid` failures). Switch the aws legs to keyless OIDC:
add `id-token: write` and drop `aws-access-key-id`/`aws-secret-access-key` so
configure-aws-credentials uses AssumeRoleWithWebIdentity.
Requires (AWS side): an IAM OIDC provider for token.actions.githubusercontent.com
and a trust policy on OuraE2ETest allowing this repo's workflow.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 3b53307 commit 4e4c544
3 files changed
Lines changed: 5 additions & 2 deletions
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
86 | 91 | | |
87 | 92 | | |
88 | 93 | | |
89 | 94 | | |
90 | 95 | | |
91 | | - | |
92 | | - | |
93 | 96 | | |
94 | 97 | | |
95 | 98 | | |
| |||
0 commit comments