From 5689d5f064eff1440be723603895947c7d720b15 Mon Sep 17 00:00:00 2001 From: Keren Joseph Date: Sun, 22 Apr 2018 15:22:46 +0300 Subject: Updated AAI to latest images - sparky - sparky configuration files are separated from image, and are in the aai/test-config project. AAI and OOM teams agreed that minimal configuration will be added to the image eventually, but until then all files are mapped. - a change in logback.xml was made to match the logback for aai/test-config project file for search-data, in order to get the pod up and running with minimal changes to app files. Issue-ID: OOM-947 Change-Id: Ife863ccd50615f40c21a9c72e666d4ab14c6011e Signed-off-by: Keren Joseph Signed-off-by: Karen Joseph Signed-off-by: Keren Joseph --- .../resources/config/auth/csp-cookie-filter.properties | 12 ++++++++++++ .../resources/config/auth/inventory-ui-keystore | Bin 7201 -> 0 bytes .../aai-sparky-be/resources/config/auth/tomcat_keystore | Bin 0 -> 2214 bytes 3 files changed, 12 insertions(+) create mode 100644 kubernetes/aai/charts/aai-sparky-be/resources/config/auth/csp-cookie-filter.properties delete mode 100644 kubernetes/aai/charts/aai-sparky-be/resources/config/auth/inventory-ui-keystore create mode 100644 kubernetes/aai/charts/aai-sparky-be/resources/config/auth/tomcat_keystore (limited to 'kubernetes/aai/charts/aai-sparky-be/resources/config/auth') diff --git a/kubernetes/aai/charts/aai-sparky-be/resources/config/auth/csp-cookie-filter.properties b/kubernetes/aai/charts/aai-sparky-be/resources/config/auth/csp-cookie-filter.properties new file mode 100644 index 0000000000..2315b9f559 --- /dev/null +++ b/kubernetes/aai/charts/aai-sparky-be/resources/config/auth/csp-cookie-filter.properties @@ -0,0 +1,12 @@ +global.login.url=aaiportal.onap.org + +# MOTS ID of the application +application.id=12345 + +# valid domains for open redirect +redirect-domain=domain.com + +# Required by esGateKeeper. Valid values are: +# DEVL - used during development +# PROD - used in production +gatekeeper.environment=TEST \ No newline at end of file diff --git a/kubernetes/aai/charts/aai-sparky-be/resources/config/auth/inventory-ui-keystore b/kubernetes/aai/charts/aai-sparky-be/resources/config/auth/inventory-ui-keystore deleted file mode 100644 index efa01f8d79..0000000000 Binary files a/kubernetes/aai/charts/aai-sparky-be/resources/config/auth/inventory-ui-keystore and /dev/null differ diff --git a/kubernetes/aai/charts/aai-sparky-be/resources/config/auth/tomcat_keystore b/kubernetes/aai/charts/aai-sparky-be/resources/config/auth/tomcat_keystore new file mode 100644 index 0000000000..9eec841aa2 Binary files /dev/null and b/kubernetes/aai/charts/aai-sparky-be/resources/config/auth/tomcat_keystore differ -- cgit 1.2.3-korg