#7526 closed defect (fixed)
swauth ignores path in cf.authentication.context in windows v4.4.1
Reported by: | Bradley Andrews | Owned by: | dkocher |
---|---|---|---|
Priority: | normal | Milestone: | 4.4.1 |
Component: | openstack | Version: | 4.4 |
Severity: | normal | Keywords: | openstack swift swauth |
Cc: | Architecture: | ||
Platform: | Windows 7 |
Description
the authentication path for my openstack swift server is /auth/v1.0 it worked fine in version 4.3.x after adding <setting name="cf.authentication.context" value="/auth/v1.0" /> to the appropriate user.config now that I've upgraded to 4.4.1 I get a 412 error, which shows the GET path as /v1.0 rather than /auth/v1.0 downgrading fixes the problem I've verified this on 2 machines now
Attachments (1)
Change History (7)
Changed on Oct 29, 2013 at 4:32:55 PM by Bradley Andrews
comment:1 Changed on Oct 29, 2013 at 4:36:13 PM by dkocher
Same issue reported in #7518.
comment:2 Changed on Oct 29, 2013 at 4:36:24 PM by dkocher
- Component changed from core to openstack
- Milestone set to 4.4.1
- Owner set to dkocher
- Status changed from new to assigned
comment:3 Changed on Oct 29, 2013 at 4:40:08 PM by dkocher
- Platform set to Windows 7
The property was renamed to openstack.authentication.context.
comment:4 follow-up: ↓ 5 Changed on Oct 29, 2013 at 4:44:25 PM by Bradley Andrews
thanks that did it!
comment:5 in reply to: ↑ 4 Changed on Oct 29, 2013 at 4:51:50 PM by dkocher
comment:6 Changed on Oct 29, 2013 at 5:53:06 PM by dkocher
- Resolution set to fixed
- Status changed from assigned to closed
We have added a Openstack Swift (Swauth) profile that make the change of a hidden configuration setting unecessary. I recommend installing the connection profile.
Note: See
TracTickets for help on using
tickets.
screenshot of error, path to user.config, and user.config setting in question