Re: tokens and oauth
Thanks everyone for the responses - we were looking at doing some sort of token-based auth for a cloud version of our service, but it seems this has become a dead issue now. We cared most about AWS, but might also have been interested at some point in google. Regardless, not a hot issue at this
Re: tokens and oauth
Hi John, would this discussion help with your task? https://stackoverflow.com/questions/51296465/manual-authentication-for-aws-ec2-api-in-jclouds-separating-token-acquisition I think as Ignasi said it is important to know which API or provider are you going to focus on? On Fri, Jan 18, 2019 at 3
Re: tokens and oauth
Hi, Could you give us some more details? What API are you talking to? what jclouds provider are you using? On 2019年1月10日 at 19:19, [email protected] wrote:> Hi Andrew,>> I've been asked to look into converting our jclouds-based cloud client to> use tokens for authentication. The
tokens and oauth
Hi Andrew, I've been asked to look into converting our jclouds-based cloud client to use tokens for authentication. The specific ask was to use OAuth tokens, but I think tokens in general would be a good start. At the moment, we just use the root account access/secret keys to authenticate, but