From c1428408d8cee15e1e9407197d202c19f0c31a44 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Johan=20Bj=C3=B6rklund?= <bjorklund@sunet.se>
Date: Thu, 14 Nov 2024 16:18:19 +0100
Subject: [PATCH] Bugfix.

---
 .../puppet/modules/soc/templates/intelmq/intelmq-vhost.conf.erb  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/global/overlay/etc/puppet/modules/soc/templates/intelmq/intelmq-vhost.conf.erb b/global/overlay/etc/puppet/modules/soc/templates/intelmq/intelmq-vhost.conf.erb
index 5aba89e..db11b56 100644
--- a/global/overlay/etc/puppet/modules/soc/templates/intelmq/intelmq-vhost.conf.erb
+++ b/global/overlay/etc/puppet/modules/soc/templates/intelmq/intelmq-vhost.conf.erb
@@ -63,6 +63,7 @@
 #                AuthBasicProvider       file
 #                AuthUserFile            /etc/apache2/htpasswd
 #                Require                 user sunetcert
+            Require all granted
 
             <IfModule mod_headers.c>
                     Header set Content-Security-Policy "script-src 'self'"