From 97a8b0f8162138d048cc6f7b1f901f1787fa1b17 Mon Sep 17 00:00:00 2001 From: Ravi Geda Date: Wed, 7 Nov 2018 22:37:16 +0000 Subject: Add Pluggable Security to aai-resources Note that by default this feature is turned off. To enable update the installSidecarSecurity in aai/values.yaml to true. Change-Id: If5d2be859ead2f0bd81aabb4fde749f105974bcf Issue-ID: AAF-616 Signed-off-by: Ravi Geda --- .../aai-resources/resources/rproxy/config/primary-service.properties | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 charts/aai-resources/resources/rproxy/config/primary-service.properties (limited to 'charts/aai-resources/resources/rproxy/config/primary-service.properties') diff --git a/charts/aai-resources/resources/rproxy/config/primary-service.properties b/charts/aai-resources/resources/rproxy/config/primary-service.properties new file mode 100644 index 0000000..2c89d28 --- /dev/null +++ b/charts/aai-resources/resources/rproxy/config/primary-service.properties @@ -0,0 +1,3 @@ +primary-service.protocol = https +primary-service.host = localhost +primary-service.port = 8447 -- cgit 1.2.3-korg