Comment 6 for bug 1872737

Revision history for this message
Colleen Murphy (krinkle) wrote : Re: Keystone doesn't check signature TTL of the EC2 credential auth method

Thanks for the review. It looks like our unit tests and API examples were designed for AWS Signature v2:

https://docs.aws.amazon.com/general/latest/gr/signature-version-2.html
https://opendev.org/openstack/keystone/src/branch/master/api-ref/source/v2-ext/samples/OS-KSEC2/authenticate-request.json

I've updated the patch to check for both v2 and v4 versions.