chore: document container credentials provider support (and delete transitive tags in AssumeRoleWithWebIdentity) (#1780)

* chore: document container credentials provider support (and delete transitive tags in AssumeRoleWithWebIdentity)

Closes #1546
Closes #942

Documents that eks and codebuild work when using the role-chaining flag.

* revert force-skip-oidc changes

* README changes for Container Credentials and adding missing input options

* linting

---------

Co-authored-by: Michael Lehmann <lehmanmj@amazon.com>
This commit is contained in:
Tom Keller
2026-05-27 13:42:45 -07:00
committed by GitHub
parent dbacf3135e
commit 77cd089899
4 changed files with 25 additions and 1 deletions
+1
View File
@@ -42,6 +42,7 @@ async function assumeRoleWithWebIdentityTokenFile(
core.info('Assuming role with web identity token file');
try {
delete params.Tags;
delete params.TransitiveTagKeys;
const creds = await client.send(
new AssumeRoleWithWebIdentityCommand({
...params,