1
0
Fork 0
mirror of synced 2026-06-05 14:28:19 +00:00
configure-aws-credentials/test
Tom Keller e0ba768507
feat: add additional session tags by default (#1775)
Closes #390.
Note that 50 session tags are the AWS default, and this commit changes
our default set from 7 tags to 15 tags. This commit includes logic to
split the tags into "required" vs "overridable". Required tags are this
action's previous defaults and could never be overridden. Overridable
tags are the new set and can be overridden by custom-tags. The action
will not add tags if the addition plus the required plus the user's
custom tags exceed the AWS limit of 50 total tags. This ensures
backwards compat for the tag additions.
2026-05-13 14:43:50 -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 additional session tags by default (#1775) 2026-05-13 14:43:50 -07:00
mockinputs.test.ts feat: add additional session tags by default (#1775) 2026-05-13 14:43:50 -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