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 2020/04/06 14:52:41 UTC

[GitHub] [airflow] mik-laj commented on issue #8163: Google `Credentials` object has not attribute `with_subject`

mik-laj commented on issue #8163: Google `Credentials` object has not attribute `with_subject`
URL: https://github.com/apache/airflow/issues/8163#issuecomment-609843452
 
 
   I'm afraid this problem may be a little more complex. 
   ``google.auth.default()`` supports 4 methods of authentication methods in following order:
   *  the credentials from the GOOGLE_APPLICATION_CREDENTIALS environment  variable.
   *  the credentials from the Cloud SDK
   *  Google App Engine App Identity credentials,
   * the credentials and project ID from the GCE Metadata Service
   
   Some methods support delegate_to correctly, and others do not support this.  Can you tell me how you are authorized to limit the scope of the problem?
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services