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
If a destination TCP upstream is down, Pomerium serves HTTP 503 and JWT auth token would not be persisted by the CLI.
That causes two issues:
the need to open auth URL next time an authentication attempt is made, which, in case it is done by some software that auto-retries connections, will keep opening user's browser over and over again.
there is no indication to the user of the underlying root cause (destination upstream down).
What did you expect to happen?
JWT auth token persisted by the CLI
have a better user error message
The text was updated successfully, but these errors were encountered:
travisgroth
added
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
thinking
and removed
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
labels
Dec 9, 2021
What happened?
If a destination TCP upstream is down, Pomerium serves
HTTP 503
and JWT auth token would not be persisted by the CLI.That causes two issues:
What did you expect to happen?
The text was updated successfully, but these errors were encountered: