[openstack-dev] [Ceilometer] Add a filter between auth_token and v2

2014-01-08 Thread Pendergrass, Eric
I need to add an additional layer of authorization between auth_token and the reporting API. I know it's as simple as creating a WSGI element and adding it to the pipeline. Examining the code I haven't figured out where to begin doing this. I'm not using Apache and mod_wsgi, just the

Re: [openstack-dev] [Ceilometer] Add a filter between auth_token and v2

2014-01-08 Thread Georgy Okrokvertskhov
Hi, Here is how we are doing this for Solum: Keystone auth: https://github.com/stackforge/solum/blob/master/solum/api/auth.py Additional Hook: https://review.openstack.org/#/c/64458/ (auth.py for hook code and config.py for hooks) Here is an e-mail thread with discussion: