Login failure loop in v5.1.0 go v3-client #5739
Labels
authentication
Relating to login, registration, passwords, tokens, etc.
regression bug
a bug in existing functionality introduced by a new version
TO Client (Go)
related to the Go implementation of a TC client
Milestone
I'm submitting a ...
Traffic Control components affected ...
Current behavior:
When building go client applications with the TC v5.1.0 v3-client library, we have observed that a login failure (such as resulting from passing incorrect login credentials) results in a looping condition, where a steady stream of login attempts are made against TO API.
Expected behavior:
When invalid login credentials are used, the login attempt should fail immediately, without a apparent retry loop.
Minimal reproduction of the problem with instructions:
Build a client app using
github.com/apache/trafficcontrol v5.1.0+incompatible
.Pass invalid login credentials to that app.
Anything else:
Confirmed that building with
github.com/apache/trafficcontrol v5.0.0+incompatible
does not reproduce the problem.The text was updated successfully, but these errors were encountered: