From 375666c83803e8afadd86c7255dd2777f5a2c0e3 Mon Sep 17 00:00:00 2001 From: Ravi Geda Date: Sun, 30 Sep 2018 21:14:41 +0100 Subject: Add Pluggable Security to Gizmo Note that by default this feature is turned off. To enable update the installSidecarSecurity in aai/values.yaml to true. Change-Id: If4c32b55aa6d8e123c9e86015ff084848fd01c25 Issue-ID: AAI-1694 Signed-off-by: Ravi Geda --- charts/aai-gizmo/resources/rproxy/config/reverse-proxy.properties | 1 + 1 file changed, 1 insertion(+) create mode 100644 charts/aai-gizmo/resources/rproxy/config/reverse-proxy.properties (limited to 'charts/aai-gizmo/resources/rproxy/config/reverse-proxy.properties') diff --git a/charts/aai-gizmo/resources/rproxy/config/reverse-proxy.properties b/charts/aai-gizmo/resources/rproxy/config/reverse-proxy.properties new file mode 100644 index 0000000..8d46e1f --- /dev/null +++ b/charts/aai-gizmo/resources/rproxy/config/reverse-proxy.properties @@ -0,0 +1 @@ +transactionid.header.name=X-TransactionId \ No newline at end of file -- cgit 1.2.3-korg