aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorash74268 <ashwin.shyam.sharma@att.com>2021-06-21 12:50:56 -0500
committerash74268 <ashwin.shyam.sharma@att.com>2021-06-21 16:56:39 -0500
commit0d2173bdd1f5e834076d511b08282e7d99e4125a (patch)
tree1011e5b372b76bb7d242af5be27949b828edf6c5 /README.md
parent55581623ef047759764dd7aeafa9e1986e927585 (diff)
SDC Distribution Client to support proxy config
Issue-ID: SDC-3613 Signed-off-by: ash74268 <ashwin.shyam.sharma@att.com> Change-Id: I4d66618db7f486200ad887f5d3adabb3ba55dce5
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 17c519c..8a22140 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,11 @@ Configuration parameters:
- KeyStorePath : Return full path to Client's Key Store that contains either CA certificate or the ASDC's public key (e.g /etc/keystore/asdc-client.jks). file will be deployed with asdc-distribution jar
- KeyStorePassword : Return client's Key Store password.
- activateServerTLSAuth : Sets whether ASDC server TLS authentication is activated. If set to false, Key Store path and password are not needed to be set.
+- UseSystemProxy : If set to true, SDC Distribution Client will use system wide proxy configuration passed through JVM arguments.
+- HttpProxyHost : Optional config. If configured, SDC Distribution client will use this http proxy host with HTTP client.
+- HttpProxyPort : Mandatory if HttpProxyHost is configured. If configured, SDC Distribution client will use this https proxy port with HTTP client.
+- HttpsProxyHost : Optional config. If configured, SDC Distribution client will use this https proxy host with HTTPS client.
+- HttpsProxyPort : Mandatory if HttpsProxyHost is configured. If configured, SDC Distribution client will use this https proxy port with HTTPS client.
Example of configuration file implementing IConfiguration interface:
--------------------------------------------------------------------