-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
great utility!
If I'll use it in a cloud with a public endpoint I must use it with authentication. This works well, but a cloud load balancer does need a healthcheck endpoint without authentication. So I've patched server.go
80a81,86
> // TDO
> if req.URL.Path == "/healtz" || req.URL.Path == "/healtz/" {
> w.WriteHeader(200)
> return
> }
> // end TDOAs I can't open a pull request I'll leave here. Would be great if accepted. Thanks!
nneves, Hanyman8, tedandrew, barryguvenkaya and natrexjacobs
Metadata
Metadata
Assignees
Labels
No labels