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 --- charts/aai-search-data/resources/fproxy/config/fproxy.properties | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 charts/aai-search-data/resources/fproxy/config/fproxy.properties (limited to 'charts/aai-search-data/resources/fproxy/config/fproxy.properties') diff --git a/charts/aai-search-data/resources/fproxy/config/fproxy.properties b/charts/aai-search-data/resources/fproxy/config/fproxy.properties new file mode 100644 index 0000000..f512fb7 --- /dev/null +++ b/charts/aai-search-data/resources/fproxy/config/fproxy.properties @@ -0,0 +1,2 @@ +credential.cache.timeout.ms=180000 +transactionid.header.name=X-TransactionId \ No newline at end of file -- cgit 1.2.3-korg