Make sure Anonymous is defined on Draft view
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Fri, 20 Apr 2018 19:33:40 +0000 (19:33 +0000)
committerGerrit Code Review <gerrit@akraino.org>
Fri, 20 Apr 2018 19:33:40 +0000 (19:33 +0000)
Make sure that we define Anonymous (as DENY) for Draft view.
This will make it easier for us to transition those to public
later.

Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
project.config

index 4a9d02c..551e792 100644 (file)
@@ -14,6 +14,7 @@
 [access "refs/*"]
        read = deny group Anonymous Users
        read = group Administrators
+       viewDrafts = deny group Anonymous Users
        viewDrafts = group Registered Users
 [access "refs/for/*"]
        addPatchSet = group Registered Users