duo-labs / cloudmapper

CloudMapper helps you analyze your Amazon Web Services (AWS) environments.
BSD 3-Clause "New" or "Revised" License
6k stars 810 forks source link

Do not fail on openID connector #659

Closed nimrodkor closed 4 years ago

nimrodkor commented 4 years ago

I ran into an account that has OpenID connectors. Until I understand more, I'd rather have it not fail...

0xdabbad00 commented 4 years ago

Looking at the code around this I realized I'm silently ignoring cognito, which isn't ideal, so I ticketed this for myself (https://github.com/duo-labs/cloudmapper/issues/660). I should at least print a warning for this. I'm going to merge your PR in because it's doing the same thing as I was doing previously, but I'm going to print a warning about this unknown thing at some point.