From 9e16cd37b3f59c321767b848cc3e8ccac95ba6b1 Mon Sep 17 00:00:00 2001
From: "Antoine R. Dumont (@ardumont)" <ardumont@softwareheritage.org>
Date: Wed, 24 Jan 2024 14:40:13 +0100
Subject: [PATCH] production/search: Open read access to more paths

Refs. swh/infra/sysadm-environment#5221
---
 swh/values/production/swh.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/swh/values/production/swh.yaml b/swh/values/production/swh.yaml
index 784d02738..7344fda64 100644
--- a/swh/values/production/swh.yaml
+++ b/swh/values/production/swh.yaml
@@ -931,6 +931,14 @@ search:
           - path: /
       read-only:
         paths:
+          - path: /
+            pathType: Exact
+          - path: /origin/search
+            pathType: Exact
+          - path: /origin/get
+            pathType: Exact
+          - path: /visit_types_count
+            pathType: Exact
           - path: /origin-read/
         extraWhitelistSourceRange:
           # vpn access
-- 
GitLab