[openstack-dev] oauth and keystone

Matthieu Huin matthieu.huin at enovance.com
Wed Aug 21 08:48:06 UTC 2013


Hello,

You have to add the oAuth filter (oauth_extension) in your pipeline, in /etc/keystone/keystone.conf or /etc/keystone/keystone-paste.ini:

[pipeline:api_v3]
pipeline = access_log sizelimit url_normalize token_auth admin_token_auth xml_body json_body oauth_extension ec2_extension s3_extension service_v3

and restart keystone.

Matthieu Huin 

mhu at enovance.com

----- Original Message -----
| From: "Yongsheng Gong" <gongysh at unitedstack.com>
| To: "OpenStack Development Mailing List" <openstack-dev at lists.openstack.org>
| Sent: Wednesday, August 21, 2013 6:22:09 AM
| Subject: [openstack-dev] oauth and keystone
| 
| Hi,
| 
| I have seen the code about oauth in the keystone but I cannot find the
| document about how to setup keystone and other openstack services to enable
| oauth.
| 
| Can anyone tell me how to setup an env like this?
| 
| Thanks
| Yong Sheng Gong
| 
| _______________________________________________
| OpenStack-dev mailing list
| OpenStack-dev at lists.openstack.org
| http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
| 



More information about the OpenStack-dev mailing list