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


   Any update on this bug?  It appears to only affect usage of airflow within 
the official docker image, as the unofficial puckel/docker image does not hit 
the bug with version 1.10.10 and the same Airflow RBAC + Google Auth 
configuration.
   
   For those stuck on this, here's a workaround that worked for me.
   Make a custom dockerfile and override the versions of the two libraries:
   ```
   FROM apache/airflow:1.10.12-python3.8
   RUN pip install --user -I requests_oauthlib==1.1.0 \
       && pip install --user  -I oauthlib==2.1.0
   ```
   
   YMMV


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to