Small update to A1 PMS Readme for Honolulu - Proxy support 93/118993/2
authorJohnKeeney <john.keeney@est.tech>
Tue, 9 Mar 2021 19:45:34 +0000 (19:45 +0000)
committerKAPIL SINGAL <ks220y@att.com>
Tue, 9 Mar 2021 20:31:44 +0000 (20:31 +0000)
Issue-ID: CCSDK-3201
Change-Id: Ibdcaccdb9fee8150cf5f05c00a3f63fa89033120
Signed-off-by: JohnKeeney <john.keeney@est.tech>
a1-policy-management/README.md

index 4489a2c..5c619c2 100644 (file)
@@ -27,6 +27,8 @@ volumes:
 
 The target paths in the container should not be modified.
 
+It is also possible to configure a HTTP(S) Proxy for southbound connections. This can be set in the application.yaml configuration file.
+
 Example docker run command for mounting new files (assuming they are located in the current directory):
 docker run -p 8081:8081 -p 8433:8433 --name=PMS-container --network=oran-docker-net --volume "$PWD/new_keystore.jks:/opt/app/policy-agent/etc/cert/keystore.jks" --volume "$PWD/new_truststore.jks:/opt/app/policy-agent/etc/cert/truststore.jks" --volume "$PWD/new_application.yaml:/opt/app/policy-agent/config/application.yaml" onap/ccsdk-oran-a1policymanagementservice:1.0.0-SNAPSHOT