Question

Is there a way to force expire or revoke OpenStack Swift Tokens? I am looking some API method to do this.

Bing / Google search didn't return anything useful.

Was it helpful?

Solution

In swauth (after version 1.0.7), try to include "X-Auth-New-Token: true" in http header. And then swauth will issue a new token and revoke any old token.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top