diff options
author | PatrikBuhr <patrik.buhr@est.tech> | 2021-09-08 15:48:21 +0200 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2021-09-14 17:33:20 +0000 |
commit | 9ec50cfde6a95090b919e9417db83501c4a35ccd (patch) | |
tree | b69c83069a3ae3bbccbcaf8a9b156c371732fd43 /a1-policy-management/config/application.yaml | |
parent | 6a9d5e6a4c4e4dadde369727121797c47bc07550 (diff) |
Policy Management Service, support for SEC4 and SEC5 - A1 Jakarta1.2.1
Added support for using protocols SEC4 and SEC5 between the PMS and
a HTTP proxy in order to make that communication encrypted.
Change-Id: Ia0e992d2bc41db67203ec75a94c84aeecf77bdce
Issue-ID: CCSDK-3459
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Diffstat (limited to 'a1-policy-management/config/application.yaml')
-rw-r--r-- | a1-policy-management/config/application.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/a1-policy-management/config/application.yaml b/a1-policy-management/config/application.yaml index 6bef52b0..a40f172f 100644 --- a/a1-policy-management/config/application.yaml +++ b/a1-policy-management/config/application.yaml @@ -68,8 +68,10 @@ app: trust-store: /opt/app/policy-agent/etc/cert/truststore.jks # Configuration of usage of HTTP Proxy for the southbound accesses. # The HTTP proxy (if configured) will only be used for accessing NearRT RIC:s + # proxy-type can be either HTTP, SOCKS4 or SOCKS5 http.proxy-host: http.proxy-port: 0 + http.proxy-type: HTTP # path where the service can store data vardata-directory: /var/policy-management-service |