s3_token_middleware should not hardcoded Keystone API version
Bug #1619385 reported by
Guang Yee
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Swift3 |
New
|
Undecided
|
Unassigned |
Bug Description
Keystone V2.0 S3 signature validation API have been deprecated in Mitaka. Consumers of that API have been advised to switch over to Keystone V3 instead.
/v3/s3tokens
When calling /v2.0/s3tokens, Keystone will emit a warning message in keystone log.
"WARNING versionutils report_
Unfortunately, there's no way to configure s3_token_middleware to use Keystone V3 as the API version is *hardcoded*.
https:/
We need to make it configurable.
To post a comment you must log in.