If we're always going to pass the same user-id token (for a particular
user), what's the value in passing it at all?  Why not get it from the
authentication token?

e.g. my X-Auth-Token could look like:  "justinsb project1,project2,project3
5OPr9UR2xk32K9ArAjO562e" (i.e. my username, projects and a crypto signature)

Justin




On Tue, Mar 1, 2011 at 5:51 PM, Eric Day <e...@oddments.org> wrote:

> Hi Justin,
>
> On Tue, Mar 01, 2011 at 05:14:42PM -0800, Justin Santa Barbara wrote:
> >    However, what I don't understand is how I can query my servers in
> project1
> >    and project2 (but not those in project3). *The only way I could see is
> >    doing something like this:
> >    *nova.openstack.org/v1.1/project1+project2/servers.
> >    I agree that REST paths aren't themselves hacky in the single-project
> >    case, but I don't yet grok the multi-project query. *Of the 3 options
> I do
> >    grok, I see (c) as the least hacky.
>
> I would probably say use nova.openstack.org/v1.1/justin/servers with
> one or more filter parameters in the URL or body as you mention. This
> something to consider across all services, not just nova. AFAIK
> Swift doesn't support queries across multiple accounts right now,
> so I'd like to hear their thoughts on it as well.
>
> -Eric
>
_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to