Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COMPAT: Increase Signature V2 Expires param #192

Closed
nicolas2bert opened this issue Nov 4, 2016 · 0 comments
Closed

COMPAT: Increase Signature V2 Expires param #192

nicolas2bert opened this issue Nov 4, 2016 · 0 comments

Comments

@nicolas2bert
Copy link
Contributor

  • In AWS, there is no real Signature Version 2 expiration date limitation (up to 2038).

  • Now the limitation is 1 hour and 1 second.

  • To pass ceph tests, we should check if the expires parameter is more than 100 000 000 ms ( 1 day and 4 hours) in the future.

  • For security reason, we don't want to mirror AWS (ie. no limitation)

On ceph/s3-tests, this test fails:

  • ERROR: s3tests.functional.test_s3.test_multipart_upload
  • ERROR: s3tests.functional.test_s3.test_abort_multipart_upload
  • FAIL: s3tests.functional.test_s3.test_bucket_head
  • FAIL: s3tests.functional.test_s3.test_object_raw_authenticated
  • FAIL: s3tests.functional.test_s3.test_object_raw_response_headers
  • FAIL: s3tests.functional.test_s3.test_object_raw_authenticated_bucket_acl
  • FAIL: s3tests.functional.test_s3.test_object_raw_authenticated_object_acl
  • FAIL: s3tests.functional.test_s3.test_object_raw_authenticated_bucket_gone
  • FAIL: s3tests.functional.test_s3.test_object_raw_authenticated_object_gone
  • FAIL: s3tests.functional.test_s3.test_object_raw_put_authenticated
@nicolas2bert nicolas2bert changed the title COMPAT: Increase the expiration time to pass ceph tests COMPAT: Increase Sign V2 Expires params to pass ceph tests Nov 4, 2016
@nicolas2bert nicolas2bert changed the title COMPAT: Increase Sign V2 Expires params to pass ceph tests COMPAT: Increase Sign V2 Expires params Nov 4, 2016
@nicolas2bert nicolas2bert changed the title COMPAT: Increase Sign V2 Expires params COMPAT: Increase Signature V2 Expires param Nov 4, 2016
nicolas2bert added a commit that referenced this issue Nov 4, 2016
nicolas2bert added a commit that referenced this issue Nov 7, 2016
nicolas2bert added a commit that referenced this issue Nov 8, 2016
nicolas2bert added a commit that referenced this issue Nov 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant