Re: CloudStack UI Authentication Mechanism

2013-04-08 Thread Chiradeep Vittal
Simon Waterhouse; dev@cloudstack.apache.org >Cc: Pranav Saxena >Subject: RE: CloudStack UI Authentication Mechanism > >Thanks for upgrading the .NET SDK I created :) > >Will this be the official public location? > > >> -Original Message- >> From: Simon Waterh

RE: CloudStack UI Authentication Mechanism

2013-04-05 Thread Simon Waterhouse
ive in the long term? Regards Simon -Original Message- From: Donal Lafferty Sent: 05 April 2013 13:21 To: Simon Waterhouse; dev@cloudstack.apache.org Cc: Pranav Saxena Subject: RE: CloudStack UI Authentication Mechanism Thanks for upgrading the .NET SDK I created :) Will this be the offic

RE: CloudStack UI Authentication Mechanism

2013-04-05 Thread Donal Lafferty
Thanks for upgrading the .NET SDK I created :) Will this be the official public location? > -Original Message- > From: Simon Waterhouse > Sent: 05 April 2013 9:34 AM > To: dev@cloudstack.apache.org > Cc: Donal Lafferty; Pranav Saxena > Subject: RE: CloudStack UI Authen

RE: CloudStack UI Authentication Mechanism

2013-04-05 Thread Simon Waterhouse
ferty Subject: RE: CloudStack UI Authentication Mechanism The CloudStack .NET SDK at https://github.com/siwater/cloudstack_dotnetsdk has support for both user name/password and apiKey/secretKey authentication. -Original Message- From: Pranav Saxena [mailto:pranav.sax...@citrix.com] Sen

RE: CloudStack UI Authentication Mechanism

2013-04-05 Thread Simon Waterhouse
: cloudstack-...@incubator.apache.org; Donal Lafferty Subject: RE: CloudStack UI Authentication Mechanism Hey Donal, Sorry , I should have responded you a bit earlier but had no access to email today . Yeah you are absolutely right . UI uses Jsession ID to bypaas login check something like this as

RE: CloudStack UI Authentication Mechanism

2013-04-04 Thread Jessica Wang
Donal, > 1. How are API calls authenticated and authorized if they are not signed with > API keys? API calls are authenticated and authorized by sessionkey returned by login API. When logging in to cloudstack UI, cloudstack UI passes userName/password/domainName to login API, then login API re

RE: CloudStack UI Authentication Mechanism

2013-04-04 Thread Pranav Saxena
else g_timezoneoffset = null; } Let me know if you need any more details. Thanks, Pranav -Original Message- From: Donal Lafferty [mailto:donal.laffe...@citrix.com] Sent: Thursday, April 04, 2013 9:33 PM To: dev@cloudstack.a

RE: CloudStack UI Authentication Mechanism

2013-04-04 Thread Donal Lafferty
> -Original Message- > From: rohityada...@gmail.com [mailto:rohityada...@gmail.com] On Behalf > Of Rohit Yadav > Sent: 04 April 2013 4:36 PM > To: dev@cloudstack.apache.org > Cc: cloudstack-...@incubator.apache.org > Subject: Re: CloudStack UI Authentication Mechani

Re: CloudStack UI Authentication Mechanism

2013-04-04 Thread Abhinandan Prateek
On 04/04/13 7:23 PM, "Rohit Yadav" wrote: >On Thu, Apr 4, 2013 at 4:50 PM, Donal Lafferty >wrote: > >> I noticed that the CloudStack UI allows VM control to accounts that >>don't >> have an API key set defined. >> >> How does its authentication mechanism work? E.g. >> >> >> 1.

Re: CloudStack UI Authentication Mechanism

2013-04-04 Thread Rohit Yadav
t; Cc: cloudstack-...@incubator.apache.org > > Subject: Re: CloudStack UI Authentication Mechanism > > > > On Thu, Apr 4, 2013 at 4:50 PM, Donal Lafferty > > wrote: > > > > > I noticed that the CloudStack UI allows VM control to accounts that > > > don&#

RE: CloudStack UI Authentication Mechanism

2013-04-04 Thread Donal Lafferty
> -Original Message- > From: rohityada...@gmail.com [mailto:rohityada...@gmail.com] On Behalf > Of Rohit Yadav > Sent: 04 April 2013 2:52 PM > To: dev@cloudstack.apache.org > Cc: cloudstack-...@incubator.apache.org > Subject: Re: CloudStack UI Authentication Mechani

Re: CloudStack UI Authentication Mechanism

2013-04-04 Thread Rohit Yadav
On Thu, Apr 4, 2013 at 4:50 PM, Donal Lafferty wrote: > I noticed that the CloudStack UI allows VM control to accounts that don't > have an API key set defined. > > How does its authentication mechanism work? E.g. > > > 1. How are API calls authenticated and authorized if they >