From c2f55786ea56f5303ec7f3666af1950a2cb75e7a Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 20 Jun 2020 10:34:36 +0300 Subject: [PATCH] Updated health endpoint permission scope --- app/controllers/api/health.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/api/health.php b/app/controllers/api/health.php index 2f492decbf..475f75b542 100644 --- a/app/controllers/api/health.php +++ b/app/controllers/api/health.php @@ -187,7 +187,6 @@ $utopia->get('/v1/health/queue/functions') $utopia->get('/v1/health/storage/local') ->desc('Get Local Storage') ->label('scope', 'health.read') - ->label('scope', 'public') ->label('sdk.platform', [APP_PLATFORM_SERVER]) ->label('sdk.namespace', 'health') ->label('sdk.method', 'getStorageLocal')