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 1a27a9b..11738b7 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 @@ -69,6 +69,20 @@ Alias /intelmq-manager /opt/intelmq/www/intelmq-manager + + + AuthType shibboleth + ShibRequestSetting requireSession On + ShibUseHeaders On + + AuthGroupFile /etc/apache2/groups.txt + Require group <%= @apache_group %> + + + + Require all granted + + Header set Content-Security-Policy "script-src 'self'" Header set X-Content-Security-Policy "script-src 'self'"