From 26b42f0b175293e266bd404a1dbe206d21154690 Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Tue, 7 Jun 2022 10:38:26 +0200 Subject: [PATCH] fix: Enable ACL in default quota config --- config/quota-file.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/quota-file.json b/config/quota-file.json index ead09d99b..7ef1bda0f 100644 --- a/config/quota-file.json +++ b/config/quota-file.json @@ -16,7 +16,7 @@ "files-scs:config/identity/pod/static.json", "files-scs:config/identity/registration/enabled.json", "files-scs:config/ldp/authentication/dpop-bearer.json", - "files-scs:config/ldp/authorization/allow-all.json", + "files-scs:config/ldp/authorization/webacl.json", "files-scs:config/ldp/handler/default.json", "files-scs:config/ldp/metadata-parser/default.json", "files-scs:config/ldp/metadata-writer/default.json",