You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user leaves cf top running for a long period of time, their UAA refresh token will expire, however we've noticed that it keeps on trying to get a new token. When this occurs we see ~600 requests per minute to UAA's /oauth/token endpoint until the offending user kills their cf top process.
Steps to reproduce the issue
Login to Cloud Foundry cf login
Run cf top
Wait until the refresh token expires Result: You will see lots of errors being printed to UAA's logs with the message "Handling error: InvalidTokenException, Invalid refresh token expired at..."
Environment
Windows
cf-cli v6.43.0 and v6.50.0
top v0.9.5
The text was updated successfully, but these errors were encountered:
Summary
When a user leaves
cf top
running for a long period of time, their UAA refresh token will expire, however we've noticed that it keeps on trying to get a new token. When this occurs we see ~600 requests per minute to UAA's/oauth/token
endpoint until the offending user kills theircf top
process.Steps to reproduce the issue
cf login
cf top
Result: You will see lots of errors being printed to UAA's logs with the message "Handling error: InvalidTokenException, Invalid refresh token expired at..."
Environment
The text was updated successfully, but these errors were encountered: