mirror of
https://github.com/actiontech/dble.git
synced 2026-01-11 07:10:25 -06:00
fix: inner 642 (#2212)
auth switch request should use client configuration
This commit is contained in:
@@ -144,6 +144,7 @@ public class MySQLFrontAuthService extends AuthService {
|
||||
PluginName name = PluginName.valueOf(auth.getAuthPlugin());
|
||||
if (pluginName != name) {
|
||||
needAuthSwitched = true;
|
||||
this.pluginName = name;
|
||||
sendSwitchPacket(pluginName);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user