osbs: fix the authentication of the candidate-registry

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2020-06-25 15:06:10 +02:00
parent 795812c7f9
commit 3e742b9734

View file

@ -31,7 +31,7 @@ ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}
<RequireAny>
Require valid-user
<RequireAll>
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
</RequireAll>