Reputation: 4428
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.
Upvotes: 2
Views: 711
Reputation: 2277
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.
Upvotes: 5