Skip to content

Instantly share code, notes, and snippets.

@ryanvgates
Created August 24, 2021 20:09
Show Gist options
  • Save ryanvgates/1f713b496279c3d10ed626334148e3b2 to your computer and use it in GitHub Desktop.
Save ryanvgates/1f713b496279c3d10ed626334148e3b2 to your computer and use it in GitHub Desktop.
Swift V1 Authenticate
ryan@server:~$ curl -i -H "X-Auth-User: user" -H "X-Auth-Key: password" https://swift.server.com/auth/v1.0
HTTP/1.1 200 OK
X-Storage-Url: https://swift.server.com/v1/AUTH_container
X-Auth-Token: AUTH_tkc555555555555555555555555555555
Content-Type: text/plain; charset=UTF-8
X-Storage-Token: AUTH_tkc555555555555555555555555555555
Content-Length: 0
X-Trans-Id: txe55555555555555555555-5555555555
X-Openstack-Request-Id: txe55555555555555555555-5555555555
Date: Tue, 24 Aug 2021 19:50:50 GMT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment