From 9234bdec7f994e8b11953fdbc358768defba8fc7 Mon Sep 17 00:00:00 2001 From: Ravi Geda Date: Tue, 30 Oct 2018 10:03:44 +0000 Subject: Add Pluggable Security to Champ Note that by default this feature is turned off. To enable update the installSidecarSecurity in aai/values.yaml to true Change-Id: I19d4755a58041c58070e0cd36d263e4e49b3f743 Issue-ID: AAF-587 Signed-off-by: Ravi Geda --- .../charts/aai-champ/resources/rproxy/config/forward-proxy.properties | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 kubernetes/aai/charts/aai-champ/resources/rproxy/config/forward-proxy.properties (limited to 'kubernetes/aai/charts/aai-champ/resources/rproxy/config/forward-proxy.properties') diff --git a/kubernetes/aai/charts/aai-champ/resources/rproxy/config/forward-proxy.properties b/kubernetes/aai/charts/aai-champ/resources/rproxy/config/forward-proxy.properties new file mode 100644 index 0000000000..1b58d4235c --- /dev/null +++ b/kubernetes/aai/charts/aai-champ/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