linagora / james-project

Mirror of Apache James Project
Apache License 2.0
70 stars 63 forks source link

Apisix plugin - support case Redis down #5173

Closed vttranlina closed 2 months ago

vttranlina commented 2 months ago

Context

In the tmail-apisix-plugin-runner plugin, we currently have a TokenRevokedFilter. This filter is responsible for checking whether the token in the request has been revoked previously by querying Redis. The issue arises when Redis is down, causing the checking process to take a significant amount of time and resulting in the inability to perform login and logout flows.

How to resolve it

DOD

vttranlina commented 2 months ago

moved to tmailbackend https://github.com/linagora/tmail-backend/issues/1023