Commit d3de43a
authored
fix(build): use correct IAM role for agentcore collector S3 upload (#713)
## Summary
- The `build-agentcore-collector` workflow was using
`AWS_ASSUME_ROLE_ARN` which does not have write access to the
`adot-main-build-staging-jar` S3 bucket, causing `AccessDenied` errors
on upload
- Switch to the E2E test role (`APPLICATION_SIGNALS_E2E_TEST_ACCOUNT_ID`
/ `APPLICATION_SIGNALS_E2E_TEST_ROLE_NAME`), consistent with
`application-signals-e2e-test.yml` which successfully uploads to the
same bucket
## Test plan
- [ ] Trigger `build-agentcore-collector` workflow manually and verify
S3 upload succeeds
- [ ] Verify `otelcol-agentcore.zip` is updated in the S3 bucket1 parent cc16dbd commit d3de43a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments