configure-aws-credentials/test
Tom Keller 29d1be3027
feat: expose run id in STS client user-agent (#1774)
* feat: expose run id in STS client user-agent

Closes #483.
This commit modifies the user-agent string so that it includes the
GITHUB_RUN_ID and the GITHUB_RUN_ATTEMPT, in the format typically used
by the SDK. User agent strings are logged to CloudTrail, allowing users
to correlate CloudTrail events with GHA runs. We took this approach
instead of logging the ACCESS_KEY_ID as suggested in the issue to avoid
logging sensitive information.

* feat: add github_action to ua string
2026-05-12 16:18:34 -07:00
..
cleanup.test.ts chore(deps): bump @actions/core from 2.0.3 to 3.0.1 (#1746) 2026-05-06 13:26:13 -07:00
helpers.test.ts feat: add more retry logic and better logging (#1764) 2026-05-11 10:00:14 -07:00
index.test.ts feat: expose run id in STS client user-agent (#1774) 2026-05-12 16:18:34 -07:00
mockinputs.test.ts feat: Allow custom session tags to be passed when assuming a role (#1759) 2026-05-06 15:22:56 -07:00
profileManager.test.ts feat: support custom STS endpoints (#1762) 2026-05-07 14:50:17 -07:00
ProxyResolver.test.ts feat: add no-proxy support (#1482) 2025-09-09 16:23:05 -07:00