From 3e742b97340fb457e14e76a1098c6f812ff37001 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Thu, 25 Jun 2020 15:06:10 +0200 Subject: [PATCH] osbs: fix the authentication of the candidate-registry Signed-off-by: Clement Verna --- .../templates/reversepassproxy.candidate-registry.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.candidate-registry.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.candidate-registry.conf index 39f9018484..38eefdfbdd 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.candidate-registry.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.candidate-registry.conf @@ -31,7 +31,7 @@ ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}} Require valid-user - Require not ip 10.5 + Require not ip 10.3 # This require is because otherwise apache thinks the Require not ip is useless Require method GET