Aiven-Open / Aiven-Open/karapace
Customizable time values for auth token clean-up job
- Lenguaje dominante
- Python
- Estrellas
- 634
- Forks
- 110
- Merge medio
- 4 d 7 h
- PR fusionados (30 d)
- 4
Descripción
# What is currently missing?
For OIDC implementation, currently Karapace REST runs a clean up job every 5 minutes on every token that is close to expiring. This is a static value, and there is no way to customize this. This ends up creating a race condition for organizations that need a short access-token lifespan (such as 5 mins) where consumer instance subscribers can only live for a short time (about 2.5 mins).
# How could this be improved?
Allow the values for this clean-up job for token expiry and idle to be configurable.
# Is this a feature you would work on yourself?
* [ ] I plan to open a pull request for this feature
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.