mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-20 09:16:40 +00:00
send proxy mapping updates
This commit is contained in:
@@ -135,9 +135,8 @@ func (s *ProxyServiceServer) sendSnapshot(ctx context.Context, conn *proxyConnec
|
||||
}
|
||||
}
|
||||
if rp.Auth.PasswordAuth != nil && rp.Auth.PasswordAuth.Password != "" {
|
||||
auth.Basic = &proto.HTTPBasic{
|
||||
auth.Password = &proto.Password{
|
||||
Enabled: true,
|
||||
Username: "",
|
||||
Password: rp.Auth.PasswordAuth.Password,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user