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', ]));