<div dir="ltr">Hi,<div><br></div><div>I am trying to debug a swift auth problem. There are two swift clusters using SwiftAuth for authentication.</div><div><br></div><div>On one cluster, when the client wants to authenticate, I see a GET request being sent to:</div>
<div><br></div><div><a href="http://swift.domain.com/v1.0/v1.0">http://swift.domain.com/v1.0/v1.0</a><br></div><div><br></div><div>along with the user-name and password. It receives a 200 OK from the server along with the X-Storage-Token and X-Auth-Token. The client is successfully authenticated and things work perfectly.</div>
<div><br></div><div>On the other cluster, when the client wants to authenticate, I see a GET request being sent to:</div><div><br></div><div><a href="https://swift2.anotherdomain.com/v1.0/v1.0">https://swift2.anotherdomain.com/v1.0/v1.0</a><br>
</div><div><br></div><div>along with the username and password. In this case, the client receives a 404 NOT FOUND response. If I use <a href="https://swift2.anotherdomain.com/v1.0">https://swift2.anotherdomain.com/v1.0</a>, things work fine.</div>
<div><br></div><div>Is there a config option in swift to either ignore the second "v1.0" in the path or maybe handle it in some other way so that the auth succeeds?</div><div><br></div><div>Thanks in advance.</div>
<div>-Shri </div></div>