indigo-iam / iam

INDIGO Identity and Access Management Service
https://indigo-iam.github.io/
Other
99 stars 43 forks source link

Long unused client should be deleted automatically #680

Open darcato opened 6 months ago

darcato commented 6 months ago

We should add a configuration so that long unused dynamically registered clients are automatically deleted after some time. For this, the tracking of the last_used info from #605 should be enabled. We foresee two env variables to control this behaviour: one to enable the automatic delete, and one to set the number of days to wait.