-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Revoke token is available after long time (tens of minutes) #468
Labels
Comments
Reproduced the issue in minikube. The token is available until proxy restart The reason is because AuthCache ignores an error thrown by CypressAuthenticator but prolongs cache entry TTL. This is a bug A PR was created |
Commits were merged to stable/23.2, stable/24.2 and main branches |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
It was reported that after revoking token it is still available in 10-15 minutes after revoke. We need to reproduce this behaviour and find out if it cashed or something.
The text was updated successfully, but these errors were encountered: