Add ping route used by traefik/sablier
This commit is contained in:
@ -56,6 +56,7 @@ func isAllowed(method, path string) bool {
|
||||
strings.HasSuffix(path, "/version") ||
|
||||
strings.HasSuffix(path, "/info") ||
|
||||
strings.HasSuffix(path, "/events") ||
|
||||
strings.HasSuffix(path, "/_ping") ||
|
||||
strings.HasSuffix(path, "/tasks") {
|
||||
log.Printf("➡️ isAllowed %s", path)
|
||||
|
||||
|
Reference in New Issue
Block a user