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
Currently, attempting to create a proxy server via kele.el in such scenarios simply retries over and over again (ready-p drops the error) until it eventually fails.
Two things need to happen (not necessarily all in this ticket):
ready-p needs to detect no-auth scenario and fail immediately
proxy-get needs a different wait mechanism if user does not have the right auth.
The text was updated successfully, but these errors were encountered:
Not all users have permission to query
/readyz
or/livez
; attempting to do so returns an error.Currently, attempting to create a proxy server via kele.el in such scenarios simply retries over and over again (
ready-p
drops the error) until it eventually fails.Two things need to happen (not necessarily all in this ticket):
ready-p
needs to detect no-auth scenario and fail immediatelyproxy-get
needs a different wait mechanism if user does not have the right auth.The text was updated successfully, but these errors were encountered: