parent
c1ca106706
commit
6dd6e09af9
@ -965,7 +965,7 @@ func (s *Server) handleInputCommand(client *Client, msg *Message) error {
|
|||||||
|
|
||||||
var write bool
|
var write bool
|
||||||
|
|
||||||
if (!client.authd || cmd == "auth") && cmd != "output" {
|
if (!client.authd || cmd == "auth") && cmd != "output" && cmd != "healthz" {
|
||||||
if s.config.requirePass() != "" {
|
if s.config.requirePass() != "" {
|
||||||
password := ""
|
password := ""
|
||||||
// This better be an AUTH command or the Message should contain an Auth
|
// This better be an AUTH command or the Message should contain an Auth
|
||||||
|
Loading…
x
Reference in New Issue
Block a user