You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by GitBox <gi...@apache.org> on 2021/10/25 08:04:37 UTC

[GitHub] [libcloud] Kami commented on issue #1591: Signing in with OAuth is unnecessarily slow when enabeling retries

Kami commented on issue #1591:
URL: https://github.com/apache/libcloud/issues/1591#issuecomment-950636644


   How do you think we should handle this scenario better?
   
   Adding ``ex_auth_dont_contact_metadata_server`` argument to the driver constructor (I'm not a big fan of additional arguments, so ideally we should come up with a better out of the box approach)?
   
   Or is there is a way for is to detect if oauth type of credentials are used and moving that if clause before ``elif cls._is_gce()``?
   
   If none of that is possible / makes sense we could perhaps also decrease number of retries + timeout for that ``elif cls._is_gce()`` code path to mitigate that problem a bit at least.


-- 
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: notifications-unsubscribe@libcloud.apache.org

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