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
See the test below. It reaches log points # 1, 2 and 3 and getting error before 4. This behavior happens on cluster and standalone clients both.
If I use client.updateConnectionPassword(null, true):
RequestError: An error was signalled by the server - ResponseError: wrong number of arguments for 'auth' command
If I use client.updateConnectionPassword("", true):
RequestError: An error was signalled by the server - ResponseError: AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct?
Small note for the last case: I think client and server behavior should match on setting "" as a password (unsetting password).
See the test below. It reaches log points # 1, 2 and 3 and getting error before 4. This behavior happens on cluster and standalone clients both.
If I use
client.updateConnectionPassword(null, true)
:If I use
client.updateConnectionPassword("", true)
:Small note for the last case: I think client and server behavior should match on setting
""
as a password (unsetting password).The text was updated successfully, but these errors were encountered: