Two methods can be used to delete tokens in bulk:
Send a Batch Delete request for a list of tokens. The steps to configure batch input file and send the Batch Delete request can be found under KAM Batch Operations in the KA Administration Guide.
Schedule a Delete Encryption Requests job in DACTool to delete tokens by age.
shell> vi /usr/local/strongauth/strongkeylite/etc/strongkeylite-configuration.properties
strongkeylite.cfg.property.encryptionrequestremovaljob.cutoff=<The amount of time that must lapse between an encryption request and the request (with its encrypted sensitive data) being deleted permanently from the database. While there is no upper limit to the cutoff period, the lower limit is 1.>
strongkeylite.cfg.property.encryptionrequestremovaljob.cutoff.units=<Valid options: days, hours, minutes, and seconds>
strongkeylite.cfg.property.encryptionrequestremovaljob.log=true
strongkeylite.cfg.property.encryptionrequestremovaljob.run=tru
NOTE: You will need to follow these steps on each appliance and Steps 6–10 for each DID where you want to apply this policy. |