aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-03-10 18:43:52 +0000
committerGerrit Code Review <gerrit@onap.org>2021-03-10 18:43:52 +0000
commit801bf32104e9ad07ef2c4605f867ec2c2a929078 (patch)
tree776958c51817d0ca3da3aab3ea458eac700845cb
parentd7efd35ed3623be21ba34c232447594763c44072 (diff)
parentd639e4056fe7d78c861b0535ba2bd9fa51ab9a84 (diff)
Merge "Small update to A1 PMS Readme for Honolulu - Proxy support"
-rw-r--r--a1-policy-management/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/a1-policy-management/README.md b/a1-policy-management/README.md
index 4489a2c9..5c619c23 100644
--- a/a1-policy-management/README.md
+++ b/a1-policy-management/README.md
@@ -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