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