[openstack-dev] [keystone] Issue on adding or removing itself to/from a group
Ioram Schechtman Sette
iss at cin.ufpe.br
Thu Feb 19 00:58:42 UTC 2015
Hi all,
I'm currently working on the virtual organisations (VO) management code and
I would like to add the functionallity that when a user creates a VO Role,
he automatically joins it.
Since VO Roles are represented as Groups, I need to create a new group and
add my user into it.
I that when I call the methods *add_user_to_group* and
*remove_user_from_group* from the identity_api, I get my token invalidated
and receive the following error message:
[Thu Feb 19 00:41:23 2015] [error] 11764 WARNING keystone.middleware.core
[-] RBAC: Invalid token
[Thu Feb 19 00:41:23 2015] [error] 11764 WARNING keystone.common.wsgi [-]
The request you have made requires authentication. (Disable debug mode to
suppress these details.)
I have also tested using
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20150219/efa5e54c/attachment.html>
More information about the OpenStack-dev
mailing list