This commit is contained in:
Yu Cao
2018-10-17 19:33:58 -04:00
parent 5327fe197a
commit 49aaaef61b

View File

@@ -460,7 +460,7 @@ func main() {
}
if strings.ToLower(os.Getenv("ENABLE_BASIC_AUTH")) == "false" {
log.Infof("Basic authentication disabled.")
log.Infof("Basic authentication enabled.")
flags.probe.basicAuth = false
flags.app.basicAuth = false