You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by "Eric Johnson (JIRA)" <ji...@apache.org> on 2014/05/30 01:16:03 UTC

[jira] [Created] (LIBCLOUD-568) Fixing cross service OAuth scopes for Google Compute Engine / DNS / Storage

Eric Johnson created LIBCLOUD-568:
-------------------------------------

             Summary: Fixing cross service OAuth scopes for Google Compute Engine / DNS / Storage
                 Key: LIBCLOUD-568
                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-568
             Project: Libcloud
          Issue Type: Improvement
          Components: Compute, DNS, Storage
            Reporter: Eric Johnson


Currently, a user cannot authenticate to both Google Compute Engine and Google Cloud DNS at the same time.  Each underlying call to "get_driver()" sets a specific OAuth scope that precludes authorization to the other service.

Incoming fix propagates scopes set during create_driver() down to the connection class.  If no scopes are set (likely the main use-case), then full read/write scopes are set for Compute, Storage, and DNS.



--
This message was sent by Atlassian JIRA
(v6.2#6252)