congress/releasenotes/notes/swift-auth-9593642ad5ec18f7.yaml
Eric K c2df009018 Fix swift auth issue by specifying version in url
Swift client does not always handle unversioned identity URL
properly. Leading to authorization failure because keystone cannot
handle incorrect path, returning 404.

To work around the issue, congress swift driver
specifies the version in url if none is already provided.

Partial-Bug: 1677380

Change-Id: I8df7dac60e4f7cb3c2ec792e13f687d5844c8409
2018-02-07 11:06:16 -08:00

9 lines
258 B
YAML

---
prelude: >
fixes:
- Workaround added for an issue where Swift client,
and the Congress Swift driver using Swift client,
do not always handle unversioned auth URL correctly.
The workaround adds /v3 to the end of an unversioned
auth URL.