HI All,

Basic AuthZ + AuthN was implemented at
https://review.openstack.org/#change,1322 but was lost in the Keystone
redux baseline.
However most of the work is included in the generic auth_token.py in
the keystone tree which is used by all projects for token
verification.
Enabling AuthN in Quantum needs simple changes in the conf file.
But when  $ nova-manage network    cmds  are used, it fails because of
authorization error: http://paste.openstack.org/show/10961/
Its because nova-manage doesn't accepts tokens, probably because its
only meant to be only on the server side and not client side.
One solution to this is to write a middleware to be included before authN.

Glance doesn't run into this issue because there are no image related
nova-manage cmds.
Please post any other solution/suggestions.


Thanks,
-- 

Deepak Garg,
Data Center and Cloud Div.
Citrix R&D, India
Skype-id: deepakgarg.iit

-- 
Mailing list: https://launchpad.net/~netstack
Post to     : netstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~netstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to