1
0
Fork 0
mirror of synced 2026-06-05 14:35:14 +00:00
configure-aws-credentials/test
Tom Keller 65715d7458 feat: add regex validation to role-session-name
Previously invalid role session names would get errors from the STS
API instead of this action rejecting them, causing unnecessary retries.
Now we check them and fail early.

Closes #1656. That FR recommended that we sanitize the name before
sending to STS, but instead we error to not silently change the user's
selected session name (avoiding the potential security sharp edge)
2026-05-11 13:37:52 -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: add regex validation to role-session-name 2026-05-11 13:37:52 -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