From c5de68d0bc24c939987060ce593ddb1182c3df74 Mon Sep 17 00:00:00 2001 From: Erkin Alp Güney Date: Thu, 7 Apr 2022 23:15:41 +0300 Subject: added the maintenance listing endpoint --- api/src/middlewares/Authentication.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'api') diff --git a/api/src/middlewares/Authentication.ts b/api/src/middlewares/Authentication.ts index 429cf11e..5a08caf3 100644 --- a/api/src/middlewares/Authentication.ts +++ b/api/src/middlewares/Authentication.ts @@ -15,6 +15,7 @@ export const NO_AUTHORIZATION_ROUTES = [ "/experiments", "/updates", "/downloads/", + "/scheduled-maintenances/upcoming.json", // Public kubernetes integration "/-/readyz", "/-/healthz", -- cgit 1.4.1