cevoaustralia / aws-google-auth

Provides AWS STS credentials based on Google Apps SAML SSO auth (what a jumble!)
MIT License
537 stars 181 forks source link

Publish the version of the docker code that does not ask captcha #274

Open jleon1984 opened 1 year ago

jleon1984 commented 1 year ago

Discussed in https://github.com/cevoaustralia/aws-google-auth/discussions/273

Originally posted by **jleon1984** February 12, 2023 Hello, I have tested the docker version cevoaustralia/aws-google-auth and it works very well because it doesn't ask me captcha. The problem is that when I run the same with aws-google-auth (downloaded with pip) or directly the python from the git code, it always asks me the captcha. If I use the docker using the dockerfile from the git code, the same thing happens to me, it always asks me the captcha. Do you know what difference can there be between the published docker and the other versions? Can you publish the same code with the docker image that does not ask for captcha? Thanks
uwinkelvos commented 1 year ago

I am pretty sure google allowlisted the specific User-Agent, that the very much outdated python request lib that is used in the docker image uses. So this can't be fixed in this package.