From d89298457c7549707673ed55e87f6b0b0f04b1ff Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 8 Jun 2018 09:19:03 +0000 Subject: [PATCH] Switch candidate registry to basic auth Signed-off-by: Patrick Uiterwijk --- .../templates/reversepassproxy.candidate-registry.conf | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.candidate-registry.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.candidate-registry.conf index fce95b1b30..13a3919b26 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.candidate-registry.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.candidate-registry.conf @@ -6,16 +6,10 @@ ProxyPreserveHost On ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}} ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}} -SSLVerifyClient optional -SSLVerifyDepth 1 -SSLCACertificateFile /etc/pki/httpd/registry-ca-{{env}}.cert -SSLOptions +FakeBasicAuth - - Order deny,allow Allow from all - AuthName "Registry Authentication" + AuthName "Candidate Registry Authentication" AuthType Basic AuthUserFile /etc/httpd/conf.d/candidate-registry.fedoraproject.org/passwd