diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.registry-fedora.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.registry-fedora.conf index abe388b26f..8c57413603 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.registry-fedora.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.registry-fedora.conf @@ -27,7 +27,12 @@ RewriteRule ^/signatures/(.*) /srv/web/registry-signatures/$1 [L] {% else %} - + + + require all granted + + require valid-user - + + {% endif %}