Deploy vuln-dashboard using cosmos

This commit is contained in:
Johan Björklund 2024-12-06 13:12:27 +01:00
parent f4616d86c9
commit a7ee2e862a
Signed by untrusted user: bjorklund
GPG key ID: 5E8401339C7F5037
2 changed files with 2 additions and 2 deletions

View file

@ -35,6 +35,7 @@
satosa_certbot: false
proxy: 'https://test-sso-proxy1.cert.sunet.se/idp'
entityID: 'https://test-sso-proxy.cert.sunet.se/idp'
soc::vuln-dashboard:
test-sso-proxy1.cert.sunet.se:
sunet::dockerhost2:

View file

@ -3,8 +3,7 @@ class soc::vuln-dashboard(
String $tag = 'latest',
String $db_datadir = '/opt/vuln-dashboard/dbdata',
String $pocs_storage_dir = '/opt/vuln-dashboard/pocsdata',
)
{
) {
$db_name=lookup('vuln-dashboard.dn_name', undef, undef, 'sunet')
$db_user=lookup('vuln-dashboard.db_user', undef, undef, 'playground')