Test new firewall setup

This commit is contained in:
Johan Wassberg 2024-01-17 20:00:57 +01:00
parent ec82e0657c
commit fe3cc1efde
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B
2 changed files with 5 additions and 4 deletions
global/overlay/etc/puppet
cosmos-rules.yaml
modules/eid/manifests

View file

@ -1178,3 +1178,4 @@ eidastest-1.qa.sveidas.se:
idm-sto3-test-db-3\.komreg\.net:
sunet::dockerhost2:
eid::idm_db:

View file

@ -2,8 +2,8 @@
class eid::idm_db (
$bootstrap = undef,
) {
sunet::mariadb { 'idm_db':
bootstrap => $bootstrap,
}
sunet::nftables::allow { 'allow-http-from-all':
from => 'any',
port => '80',
}
}