diff options
author | Edwin Lawrance <Edwin.Lawrance@amdocs.com> | 2018-10-24 14:47:01 +0100 |
---|---|---|
committer | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-12-04 13:00:24 +0000 |
commit | 036f61841fbc196eb3d81cc2ce7cd0d106e776e4 (patch) | |
tree | 877c9e32ca43c3fbde581432e6341c3003ca64c0 /charts/aai-babel/resources/rproxy/config/forward-proxy.properties | |
parent | 2befacb93c4477c2dfd822a44ae83adb99fb94d0 (diff) |
Adding pluggable security to Babel
Change-Id: Ie96d9438d66021941c3d0c12ca19b28e2c2ed71e
Issue-ID: AAI-1764
Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
Diffstat (limited to 'charts/aai-babel/resources/rproxy/config/forward-proxy.properties')
-rw-r--r-- | charts/aai-babel/resources/rproxy/config/forward-proxy.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/charts/aai-babel/resources/rproxy/config/forward-proxy.properties b/charts/aai-babel/resources/rproxy/config/forward-proxy.properties new file mode 100644 index 0000000..1b58d42 --- /dev/null +++ b/charts/aai-babel/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 |