Re: What parameters does Jclouds need to use listNodes() ?

2018-06-21 Thread Ignasi Barrera
You just need to provide the access tokens, and when using temporary credentials you need to build the ContextBuilder providing the access tokens and the session token too. See this [1] for more details (and let's try to continue the discussion there to avoid having the info spread in two places).

What parameters does Jclouds need to use listNodes() ?

2018-06-20 Thread archieprad
Hi All, Just trying to understand the internals of Jclouds computeService. So lets just say i have an access key and secret key. Is there anything else Jclouds needs such as session token that needs to be authenticated ? Cheers Archana