From fffae13c0ffebe06ce8a2afb98a09894d3f9841f Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Fri, 20 Apr 2018 19:28:50 +0000 Subject: [PATCH] Disable Anonymous access for the time being Akrainos currently has no public code available. As such we need to make sure that any repos on the system are not public access repos until they do go fully public. Signed-off-by: Andrew Grimberg --- project.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.config b/project.config index bc0f7db..36e5f86 100644 --- a/project.config +++ b/project.config @@ -12,8 +12,8 @@ priority = batch group Non-Interactive Users streamEvents = group Non-Interactive Users [access "refs/*"] + read = deny group Anonymous Users read = group Administrators - read = group Anonymous Users [access "refs/for/*"] addPatchSet = group Registered Users [access "refs/for/refs/*"] -- 2.16.6