Hi,
On Mon, Mar 19, 2018 at 5:00 PM, Ning Wei wrote:
> Sorry, I did not state the intent clearly in the request.
>
> We wanted to use password field to pass authentication string, such as Token
> string,
> which can be long, the user auth plug in on the sever side can validate the
> token as
> th
From: Selva Nair
(i) Let the management-client predictably cycle through remote entries. This
is done by not aborting after two cycles. The client can abort or restart
the connection using signals (USR/HUP/TERM) as necessary.
In the current behaviour, the daemon can unexpectedly exit when the
From: Selva Nair
Currently this prompt is only output once, not re-written to the
management interface when the management client connects. It is thus
not seen by a client that connects after the prompt is output or one that
disconnects and reconnects. This leads to a deadlock: the daemon waiting
Sorry, I did not state the intent clearly in the request.
We wanted to use password field to pass authentication string, such as Token
string,which can be long, the user auth plug in on the sever side can validate
the token asthe part authentication step.
Acquiring a token, such as JWT, usually