fix: use backend for /healthz page (#4938)

This commit is contained in:
Colin Adler
2022-11-07 13:35:52 -06:00
committed by GitHub
parent bda76368bc
commit 50ad4a8535
7 changed files with 18 additions and 36 deletions

View File

@ -37,6 +37,7 @@ func AGPLRoutes(a *AuthTester) (map[string]string, map[string]RouteCheck) {
assertRoute := map[string]RouteCheck{
// These endpoints do not require auth
"GET:/healthz": {NoAuthorize: true},
"GET:/api/v2": {NoAuthorize: true},
"GET:/api/v2/buildinfo": {NoAuthorize: true},
"GET:/api/v2/users/first": {NoAuthorize: true},