From 0ae6887787df37f41122f0756f86bc30eccfdba0 Mon Sep 17 00:00:00 2001 From: Okke Harsta Date: Mon, 23 Dec 2024 13:39:48 +0100 Subject: [PATCH] https://github.com/OpenConext/OpenConext-dashboard/issues/654 --- roles/dashboard/templates/serverapplication.yml.j2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/dashboard/templates/serverapplication.yml.j2 b/roles/dashboard/templates/serverapplication.yml.j2 index 11576ef72..410d97f70 100644 --- a/roles/dashboard/templates/serverapplication.yml.j2 +++ b/roles/dashboard/templates/serverapplication.yml.j2 @@ -26,10 +26,6 @@ spDashboard.username={{ dashboard.sp_dashboard_user }} spDashboard.password={{ dashboard_sp_dashboard_password }} # SAB connection details -sab.endpoint={{ dashboard.sab_endpoint }} -sab.username=cdk -sab.password={{ dashboard_sab_password }} - sab-rest.endpoint={{ dashboard.sab_rest_endpoint }} sab-rest.username=cdk sab-rest.password={{ dashboard_sab_rest_password }}