From fc79c175d1894ad7914100d7d513607807732fcd Mon Sep 17 00:00:00 2001 From: Okke Harsta Date: Tue, 17 Dec 2024 14:46:38 +0100 Subject: [PATCH] Part of https://github.com/OpenConext/OpenConext-pdp/issues/233 --- roles/pdp/templates/serverapplication.properties.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/pdp/templates/serverapplication.properties.j2 b/roles/pdp/templates/serverapplication.properties.j2 index 27fd45f51..47a0eca3d 100644 --- a/roles/pdp/templates/serverapplication.properties.j2 +++ b/roles/pdp/templates/serverapplication.properties.j2 @@ -74,9 +74,9 @@ voot.clientSecret={{ pdp_client_secret }} voot.scopes ={{ pdp_manage_provision_oidcrp_scopes }} # SAB configuration -sab.userName={{ pdp.sab_username }} -sab.password={{ pdp.sab_password }} -sab.endpoint={{ pdp.sab_endpoint }} +sab.userName="{{ aa.sab_rest_username }}" +sab.password="{{ aa.sab_rest_password }}" +sab.endpoint="{{ aa.sab_rest_endpoint }}" # Do not expose any of the Spring BOOT endpoints except the health and info for loadbalancer health check endpoints.enabled=false