accept auth token as cookie
Bug #1522975 reported by
John Dickinson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Object Storage (swift) |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
Accept an auth token as a cookie instead of a header. All the same existing rules likely still apply.
Why? Because people talk to Swift with web browsers, and it's easier to send cookies than custom x-auth-token headers.
Something to investigate: does Horizon do anything similar to this for its swift dashboard?
To post a comment you must log in.
Sure, could be useful. Still gotta get the browser to go making auth requests, though.