blacktirion / email-oauth2-proxy-docker

Dockerized Version of simonrob/email-oauth2-proxy
40 stars 7 forks source link

Receiving error "Exception('Unable to load Google Auth SDK..." #42

Closed johspa933 closed 9 months ago

johspa933 commented 10 months ago

Currently I am using the Google / Service_account / CCG mode and decided to try the Docker image. When using the latest image, I receive the following error, which I received outside of Docker that required additional modules:

Exception('Unable to load Google Auth SDK - please install the requests and google-auth modules: python -m pip install requests google-auth')

I will continue to use standard Python outside of Docker for now. Please provide any progress on this when this is resolved.

Regards, johspa

moriahmorgan commented 10 months ago

Added to the list of requirements and rebuilt the docker container. please pull and try again.

johspa933 commented 10 months ago

Pulled the latest image and still receiving the error...

emailproxy | 2024-01-24 03:48:25,718: Caught exception while requesting OAuth 2.0 credentials for xxx@yyy.zzz: Exception('Unable to load Google Auth SDK - please install the requests and google-auth modules: python -m pip install requests google-auth')

Regards, Johspa

moriahmorgan commented 10 months ago

@johspa933 my apologies, I made an assumption regarding the requests package, thinking it was rolled into another package installation as a dependency.

Both packages should be installed now.

johspa933 commented 9 months ago

Pulled the latest image and it is working fine now.

Thank you for the quick response and apologies for the delay in providing test results.

Regards, Johspa