trek10inc / awsume

A utility for easily assuming AWS IAM roles from the command line.
https://awsu.me
MIT License
485 stars 90 forks source link

FYI: "string indices must be integers" error after August 25th, 2022 #191

Closed kapet closed 1 year ago

kapet commented 1 year ago

FYI, we ran into awsume throwing "string indices must be integers" exceptions by folks who installed awsume and aws-sso-util after August 25th, 2022. This turned out to be an incompatible change in botocore, which broke aws-sso-util.

I've filed a bug against aws-sso-util: https://github.com/benkehoe/aws-sso-util/issues/70