Netflix / security_monkey

Security Monkey monitors AWS, GCP, OpenStack, and GitHub orgs for assets and their changes over time.
Apache License 2.0
4.36k stars 800 forks source link

Fix Google SSO #1217

Closed Tethik closed 5 years ago

Tethik commented 5 years ago

Fixes #1216

Pin google-auth version, and fix typo in import. After these changes I was able to log in properly.

Tethik commented 5 years ago

I've also started to work on a new branch to try to refactor the Google SSO code a bit to clean it up and add some features we'd like in our deployment. Branch: https://github.com/Tethik/security_monkey/tree/improve-google-sso Comparison: https://github.com/Netflix/security_monkey/compare/develop...Tethik:improve-google-sso?expand=1

Will create another new PR when ready, just a heads up, feel free to merge this one. If you like it ofc :)