We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d3e8f commit f08ed98Copy full SHA for f08ed98
dbm-services/mysql/db-priv/service/v2/add_priv/prepare.go
@@ -66,7 +66,7 @@ func (c *PrivTaskPara) prepareTenDBHA(targetMetaInfos []*service.Instance) (
66
)
67
if ele.BindTo == internal.MachineTypeProxy {
68
if ele.PaddingProxy {
69
- clientIps = append(clientIps, proxyIps...)
+ clientIps = append(c.SourceIPs, proxyIps...)
70
} else {
71
clientIps = proxyIps
72
}
0 commit comments