You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct example code in credential-provider-node README (#2909)
The example code for EKS roles in the `credential-provider-node` README incorrectly passes the `getDefaultRoleAssumerWithWebIdentity` function itself as the `roleAssumerWithWebIdentity` when setting up the default provider. Instead, it should be calling this function and passing the returned value instead (also a function).
0 commit comments