From 36409dafc68bf1707bfa265eff0eeff1efcfe130 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Thu, 23 Dec 2021 15:53:37 +0545 Subject: [PATCH] fix bucket role --- app/http.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/http.php b/app/http.php index ca289b615f..7c0ed9fbf2 100644 --- a/app/http.php +++ b/app/http.php @@ -142,7 +142,7 @@ $http->on('start', function (Server $http) use ($payloadSize, $register) { 'adapter' => '', 'encryption' => true, 'antiVirus' => true, - '$read' => [], + '$read' => ['role:all'], '$write' => ['role:all'], 'search' => 'buckets Default', ]));