ciso stuffs
This commit is contained in:
parent
23cf052710
commit
4b17e7c37b
4 changed files with 5 additions and 8 deletions
|
@ -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
|
|
@ -1,4 +1,3 @@
|
|||
#! /usr/bin/env bash
|
||||
cd /opt/cisoas/
|
||||
pushd ..
|
||||
./update-ciso-assistant.sh enterprise
|
||||
popd
|
||||
./update-ciso-assistant.sh enterprise
|
|
@ -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',
|
||||
|
|
|
@ -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
|
||||
}
|
Loading…
Add table
Reference in a new issue