mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-06-05 19:53:32 +00:00
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. |
||
|---|---|---|
| .. | ||
| cleanup.test.ts | ||
| helpers.test.ts | ||
| index.test.ts | ||
| mockinputs.test.ts | ||
| profileManager.test.ts | ||
| ProxyResolver.test.ts | ||