ciso stuffs

This commit is contained in:
Maria Haider 2025-05-09 16:46:35 +02:00
parent 23cf052710
commit 4b17e7c37b
Signed by: mariah
GPG key ID: 7414A760CA747E57
4 changed files with 5 additions and 8 deletions

View file

@ -1,5 +1,3 @@
#! /usr/bin/env bash
cd /opt/cisoas/ciso-assistant-community/enterprise
pushd ..
./update-ciso-assistant.sh enterprise
popd
./update-ciso-assistant.sh enterprise

View file

@ -1,4 +1,3 @@
#! /usr/bin/env bash
cd /opt/cisoas/
pushd ..
./update-ciso-assistant.sh enterprise
popd
./update-ciso-assistant.sh enterprise

View file

@ -1,4 +1,4 @@
class net::cisoassistant_test ($ciso_service_name='') {
class net::cisoassistant_test ($ciso_service_name='', $ciso_api_service_name='') {
$nftables_rules = {
'allow_access_to_cisoassistant' => {
from => 'any',

View file

@ -2,7 +2,7 @@
reverse_proxy frontend:3000
tls /certs/cert.pem /certs/key.pem
}
<%= @ciso_service_name %>:9443 {
<%= @ciso_api_service_name %>:9443 {
reverse_proxy backend:8000
tls /certs/cert.pem /certs/key.pem
}