Cleaning up token Expiry
-
- UpdatedAug 1, 2024
- 1 minute read
- Xanadu
- Platform Security
Details about how to clean up token expiry by using different system properties.
Once the API Key or HMAC secret expires, the details is retained for 7 days. A scheduled job Clean expired Token Auth Credentials
deletes the expired API Keys or HMAC Secrets after that. You can configure this behavior
and control the deletion using the following properties:
- com.snc.platform.security.token.auth.cleanup: Use this property if you want to delete expired API Keys and HMAC tokens. By default
true
. - com.snc.platfrom.security.token.auth.days.expired.api_key.is.kept: Set the value based on your requirement to determine the number of days you want the keep the expired API token in the system. By default 7.
- com.snc.platfrom.security.token.auth.days.expired.hmac_key.is.kept: Set the value based on your requirement to determine the number of days you want the keep the expired HMAC token in the system. By default 7.
To navigate to the token expiry property, enter sys_properties.list in the navigation bar and then search for the following properties. Change the expiry based on your requirement.