python-sqs-listener icon indicating copy to clipboard operation
python-sqs-listener copied to clipboard

Unnecessarily fails when AWS credentials method is 'assume-role-with-web-identity'

Open jindalrj opened this issue 4 years ago • 1 comments

In EKS environments, each container on a single host can have its own credentials. Authentication is supported via a mechanism of 'serviceAccounts' (a kubernetes term).

boto3.Session().get_credentials().method returns assume-role-with-web-identity which is another form of iam role based credentials.

Current implementation only allows iam-role, assume-role but not 'assume-role-with-web-identity'.

jindalrj avatar Oct 20 '21 05:10 jindalrj

is there any update on this issue? I have the exact same problem @jegesh

LDderlee avatar Sep 02 '22 13:09 LDderlee

https://github.com/jegesh/python-sqs-listener/pull/57/files

josemlp91 avatar Nov 10 '22 15:11 josemlp91