Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.7.3
-
None
Description
Currently the oauth code requires a service account for credentials and jclouds manages fetching a token and caching it. This is not ideal when integrating jclouds into a UI for any kind of tooling which might already be authenticating with oauth and already has a token. In such cases it would be ideal to pass in the project ID or account email as well as the previously retrieved token and bypass the fetching and caching of a new token.