From b3b41fa798e158d1a26a7588f45c8871ba59e7dc 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/reverse-proxy.properties | 1 + 1 file changed, 1 insertion(+) create mode 100644 charts/aai-champ/resources/rproxy/config/reverse-proxy.properties (limited to 'charts/aai-champ/resources/rproxy/config/reverse-proxy.properties') diff --git a/charts/aai-champ/resources/rproxy/config/reverse-proxy.properties b/charts/aai-champ/resources/rproxy/config/reverse-proxy.properties new file mode 100644 index 0000000..8d46e1f --- /dev/null +++ b/charts/aai-champ/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