Skip to content
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

Closed
rBunin opened this issue Mar 18, 2024 · 2 comments
Closed

Revoke token is available after long time (tens of minutes) #468

rBunin opened this issue Mar 18, 2024 · 2 comments
Assignees
Labels

Comments

@rBunin
Copy link
Contributor

rBunin commented Mar 18, 2024

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.

@Krock21
Copy link
Member

Krock21 commented Apr 19, 2024

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

robot-piglet pushed a commit that referenced this issue May 2, 2024
Issue: #468

Fix bug with revoking token. Add debug log when skipping auth result

---
7b1640a74bbfe4ff0cc380c6a8602af1038e21d2

Pull Request resolved: #541
robot-piglet pushed a commit that referenced this issue May 3, 2024
Issue: #468

Fix bug with revoking token. Add debug log when skipping auth result

---
795b235dc7c6a226a2a110e4823aa6ac5f813fef

Pull Request resolved: #541
robot-piglet pushed a commit that referenced this issue May 3, 2024
Issue: #468

Fix bug with revoking token. Add debug log when skipping auth result

---
7ea5f25527f5c238e6b1f5027ce05a3b7f276d7f

Pull Request resolved: #541
@Krock21
Copy link
Member

Krock21 commented May 13, 2024

Commits were merged to stable/23.2, stable/24.2 and main branches
Nightly images contain fixes already, other images should have them later

@Krock21 Krock21 closed this as completed May 13, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants