scitokens / scitokens-cpp

A C++ implementation of the SciTokens library with a C library interface
Apache License 2.0
5 stars 22 forks source link

Add configuration API to set keycache update/expiration intervals #111

Closed jhiemstrawisc closed 1 year ago

jhiemstrawisc commented 1 year ago

Prior to this feature, the keycache was hard-coded to update every 10m and expire every 4d. This addition allows administrators to explicitly set these parameters to optimize behavior of the keycache in their systems.