[openstack-dev] [keystone][reseller] New way to get a project scoped token by name

David Stanek dstanek at dstanek.com
Thu Jun 4 14:27:36 UTC 2015


On Thu, Jun 4, 2015 at 10:10 AM Rodrigo Duarte <rodrigodsousa at gmail.com>
wrote:

>
> Also, if we are going to use a delimiter, we need to update the way
> projects names are returned in the GET v3/projects API to include the
> hierarchy so the user (or client) knows how to request a token using the
> project name.
>

This comment made me think of something (maybe crazy)...

I'm hoping that we are not expecting a client to understand how to create
the hierarchical representation of the fully qualified project name and
instead feed it to them in the JSON responses.

If this is the case we can probably control the delimiter on the server
side without the client even knowing that there is a delimiter. We could
have the first character of this new property actually contain the
delimiter used.

  ".A.B.C" - would mean that "." is the delimiter
  - vs -
  "#A#B#C" - would mean that "#" is the delimiter

The challenge left is to figure out which delimiter to use.

-- David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20150604/85b75fdd/attachment.html>


More information about the OpenStack-dev mailing list