Support webIdentityToken

The idea is:

AWS credential support webIdentityToken

My use case:

AWS credential for read from S3, dynamoDB, bedrock etc.
can be authorized via webIdentityToken,

the webIdentityToken is supported in EKS deployment with IAM role. and instance profile,

I think it would be beneficial to add this because:

  1. more security, no access Key and secrets,
  2. granular permission control of n8n permission with IAM role

Any resources to support this?

Are you willing to work on this?

Yes, but I’m not expert of nodejs, tried to made changes by myself but not work atm.