Closed bbockelm closed 4 months ago
In the scitokens-oauth2-server default configuration, we have the following:
scitokens-oauth2-server
<unusedClientCleanup gracePeriod="6 hr" deleteVersions="false" enabled="true" interval="4 hr"> <whitelist> <clientID>localhost:template</clientID> </whitelist> </unusedClientCleanup>
The intent of this block is "if there is a client that has never been used, then delete it from the database". However, after testing, it appears that this simply deletes the clients after 6 hours (potentially it's after 6 hours of no use?).
Superceded by Upkeep facility. See https://github.com/ncsa/security-lib/issues/34
In the
scitokens-oauth2-server
default configuration, we have the following:The intent of this block is "if there is a client that has never been used, then delete it from the database". However, after testing, it appears that this simply deletes the clients after 6 hours (potentially it's after 6 hours of no use?).