You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/06 20:39:17 UTC

[GitHub] [airflow] joshzana commented on issue #22761: Google OAuth regression in Airflow 2.2.5 with "Error returning OAuth user info: missing_token"

joshzana commented on issue #22761:
URL: https://github.com/apache/airflow/issues/22761#issuecomment-1090771243

   @potiuk thanks!  Can you explain how this fix makes it into the official docker image for airflow web server?
   
   If I run this:
   ```
    docker run apache/airflow:2.2.5-python3.8 bash -c "pip freeze" | grep Authlib
   Authlib==1.0.0
   ```
   
   Doesn't that mean that the 2.2.5 image has the bad Authlib version baked in?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org