Re: [openstack-dev] oauth and keystone

2013-08-26 Thread Adam Young

On 08/21/2013 12:22 AM, Yongsheng Gong wrote:

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.


OAuth support is very new.  The other services are not yet set to take 
advantage of it.




Can anyone tell me how to setup an env like this?

Thanks
Yong Sheng Gong


___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] oauth and keystone

2013-08-21 Thread Matthieu Huin
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 

m...@enovance.com

- Original Message -
| From: Yongsheng Gong gong...@unitedstack.com
| To: OpenStack Development Mailing List openstack-dev@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@lists.openstack.org
| http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
| 

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] oauth and keystone

2013-08-20 Thread Yongsheng Gong
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@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev