Purge script for client_credentials tokens

Not applicable

I've been testing the `purge.sh` utility that is used to manually remove expired access tokens from cassandra.

It works pretty well, but from what I can tell, it'll never clean up `grant_type=

client_credentials` tokens because these have no refresh token and thus the

`refresh_token_issued_at` field is empty (which the script queries off of).

  • Is there any updated version of this utility script which also handles cleaning up expired client_credentials tokens?
  • Where is the official location for this utility script (so that I might get the latest version myself). We were only provided a version from a Support Ticket. I don't see it in the Apigee Edge OPDK 4.16.09.02 install.

Thanks

0 1 367
1 REPLY 1

Where can I find the purge.sh script?