From ba566ebe89f06cbc915dd2bb884e28d1a1805d6f Mon Sep 17 00:00:00 2001 From: Valerio Lomanto Date: Tue, 17 Dec 2024 12:56:50 +0100 Subject: [PATCH] fix: correct hostname for dashboard app container --- global/overlay/etc/puppet/cosmos-rules.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/cosmos-rules.yaml b/global/overlay/etc/puppet/cosmos-rules.yaml index b05690c..dac75a2 100644 --- a/global/overlay/etc/puppet/cosmos-rules.yaml +++ b/global/overlay/etc/puppet/cosmos-rules.yaml @@ -27,7 +27,7 @@ soc::sso: hostname: 'vul-dashboard-test.cert.sunet.se' email: 'cert@cert.sunet.se' - service_endpoint: 'http://dashboard-dev:8000' + service_endpoint: 'http://dashboard-app:8000' x_remote_user: true groups: - 'sunet-cert'