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
Some DB tools always send empty string in place of Username and Password (instead of nulls). If the cluster operates in no authentication mode, it will throw an exception upon receiving non-null Login/Password, therefore making it impossible to connect to the cluster from a tool that always sends non-null Login/Password.
A workaround for this is to treat empty string in Login AND Password as a no-auth mode and just send nulls instead.
The text was updated successfully, but these errors were encountered:
Some DB tools always send empty string in place of Username and Password (instead of
null
s). If the cluster operates in no authentication mode, it will throw an exception upon receiving non-null Login/Password, therefore making it impossible to connect to the cluster from a tool that always sends non-null Login/Password.A workaround for this is to treat empty string in Login AND Password as a no-auth mode and just send
null
s instead.The text was updated successfully, but these errors were encountered: