]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat api : Update ec2token middleware for v4 signatures
authorSteven Hardy <shardy@redhat.com>
Mon, 8 Apr 2013 13:53:04 +0000 (14:53 +0100)
committerSteven Hardy <shardy@redhat.com>
Wed, 1 May 2013 17:29:01 +0000 (18:29 +0100)
commit8518ca055851e435396712914faa98071e37b863
tree78e4e1cb223ecc6196ff363603ef4d63be512800
parenta0df5125f4a07d7d9bf902332d02026a0cfde2ba
heat api : Update ec2token middleware for v4 signatures

Update ec2token so it can verify v4 signature formats.

Note for v4 signatures to work you currently need to install
the latest python-keystoneclient, as no release yet contains
patch ref https://review.openstack.org/#/c/26013/

This change should be backwards compatible, as older keystoneclient
versions will simply ignore the additional request keys

fixes bug #1122472

Change-Id: Iccc6be7913ab5ca5813a2e0c8f66cda0ccd85a0b
heat/api/aws/ec2token.py
heat/tests/test_api_ec2token.py [new file with mode: 0644]