From 036f61841fbc196eb3d81cc2ce7cd0d106e776e4 Mon Sep 17 00:00:00 2001 From: Edwin Lawrance Date: Wed, 24 Oct 2018 14:47:01 +0100 Subject: Adding pluggable security to Babel Change-Id: Ie96d9438d66021941c3d0c12ca19b28e2c2ed71e Issue-ID: AAI-1764 Signed-off-by: Edwin Lawrance --- charts/aai-babel/resources/rproxy/config/forward-proxy.properties | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 charts/aai-babel/resources/rproxy/config/forward-proxy.properties (limited to 'charts/aai-babel/resources/rproxy/config/forward-proxy.properties') diff --git a/charts/aai-babel/resources/rproxy/config/forward-proxy.properties b/charts/aai-babel/resources/rproxy/config/forward-proxy.properties new file mode 100644 index 0000000..1b58d42 --- /dev/null +++ b/charts/aai-babel/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 \ No newline at end of file -- cgit 1.2.3-korg