Skip to content

Commit

Permalink
fix: remove possible BGP password leak via logs
Browse files Browse the repository at this point in the history
  • Loading branch information
aauren committed Apr 14, 2021
1 parent be01f31 commit 1816886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/routing/network_routes_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ func (nrc *NetworkRoutingController) startBgpServer(grpcServer bool) error {
if err2 != nil {
klog.Errorf("Failed to stop bgpServer: %s", err2)
}
return fmt.Errorf("failed to parse node's Peer Passwords Annotation: %s", err)
return fmt.Errorf("failed to parse node's Peer Passwords Annotation")
}
}

Expand Down

0 comments on commit 1816886

Please sign in to comment.