From 7780ab3ebf4a2053efb531fd30210e71e7f7d2cb Mon Sep 17 00:00:00 2001 From: Jennie Jia Date: Thu, 28 Mar 2019 17:32:16 +0200 Subject: Add Pluggable Security to Search MS Issue-ID: AAI-2272 Change-Id: I1dfaa21a7e7de1e044812d6dd8098715d4eaa22a Signed-off-by: Jennie Jia --- .../aai-search-data/resources/rproxy/config/forward-proxy.properties | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 charts/aai-search-data/resources/rproxy/config/forward-proxy.properties (limited to 'charts/aai-search-data/resources/rproxy/config/forward-proxy.properties') diff --git a/charts/aai-search-data/resources/rproxy/config/forward-proxy.properties b/charts/aai-search-data/resources/rproxy/config/forward-proxy.properties new file mode 100644 index 0000000..55a9b48 --- /dev/null +++ b/charts/aai-search-data/resources/rproxy/config/forward-proxy.properties @@ -0,0 +1,4 @@ +forward-proxy.protocol = https +forward-proxy.host = localhost +forward-proxy.port = 10680 +forward-proxy.cacheurl = /credential-cache -- cgit 1.2.3-korg