diff options
author | Jennie Jia <Jennie.Jia@amdocs.com> | 2019-03-28 17:32:16 +0200 |
---|---|---|
committer | Alexis de Talhouƫt <adetalhouet89@gmail.com> | 2019-04-19 15:48:51 +0000 |
commit | 7780ab3ebf4a2053efb531fd30210e71e7f7d2cb (patch) | |
tree | ddffbd1200ee0f1badf7444503f4f5d8e650b579 /charts/aai-search-data/resources/rproxy/config/forward-proxy.properties | |
parent | 201670e70e53a3a9b7e2e8536e8e6719a8ebbab8 (diff) |
Add Pluggable Security to Search MS
Issue-ID: AAI-2272
Change-Id: I1dfaa21a7e7de1e044812d6dd8098715d4eaa22a
Signed-off-by: Jennie Jia <Jennie.Jia@amdocs.com>
Diffstat (limited to 'charts/aai-search-data/resources/rproxy/config/forward-proxy.properties')
-rw-r--r-- | charts/aai-search-data/resources/rproxy/config/forward-proxy.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/charts/aai-search-data/resources/rproxy/config/forward-proxy.properties b/charts/aai-search-data/resources/rproxy/config/forward-proxy.properties new file mode 100644 index 0000000..55a9b48 --- /dev/null +++ b/charts/aai-search-data/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 |