From 8df72504290d322298f097e6788c81204d347790 Mon Sep 17 00:00:00 2001 From: vimukthi Date: Fri, 26 Jul 2019 13:56:32 +0530 Subject: [PATCH] Parameterize consent management configs --- .../conf/consent-mgt-config.xml.erb | 25 ++++++++++--------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/pattern-1/bosh-release/jobs/wso2is/templates/repository/conf/consent-mgt-config.xml.erb b/pattern-1/bosh-release/jobs/wso2is/templates/repository/conf/consent-mgt-config.xml.erb index 2d83be4..c986485 100644 --- a/pattern-1/bosh-release/jobs/wso2is/templates/repository/conf/consent-mgt-config.xml.erb +++ b/pattern-1/bosh-release/jobs/wso2is/templates/repository/conf/consent-mgt-config.xml.erb @@ -18,22 +18,23 @@ - jdbc/WSO2IdentityDS + + jdbc/WSO2ConsentDS - change-me - change-me - change-me - change-me + <%= p("wso2is.consent_mgt_conf.piicontroller") %> + <%= p("wso2is.consent_mgt_conf.contact") %> + <%= p("wso2is.consent_mgt_conf.email") %> + <%= p("wso2is.consent_mgt_conf.phone") %> false - change-me + <%= p("wso2is.consent_mgt_conf.piicontroller_url") %>
- change-me - change-me - change-me - change-me - change-me - change-me + <%= p("wso2is.consent_mgt_conf.country") %> + <%= p("wso2is.consent_mgt_conf.locality") %> + <%= p("wso2is.consent_mgt_conf.region") %> + <%= p("wso2is.consent_mgt_conf.postoffice_box_number") %> + <%= p("wso2is.consent_mgt_conf.postalcode") %> + <%= p("wso2is.consent_mgt_conf.street_address") %>