A1PMS config correction 51/8851/1 f-release
authorBjornMagnussonXA <bjorn.magnusson@est.tech>
Thu, 11 Aug 2022 09:09:23 +0000 (11:09 +0200)
committerBjornMagnussonXA <bjorn.magnusson@est.tech>
Thu, 11 Aug 2022 09:40:16 +0000 (11:40 +0200)
Issue-ID: NONRTRIC-783
Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
Change-Id: Ib4ac9241f024f26644b27944929c3b0adbd710ec

nonrtric/helm/policymanagementservice/resources/config/application.yaml

index 0294e37..f70aaad 100644 (file)
@@ -65,8 +65,12 @@ app:
     # The HTTP proxy (if configured) will only be used for accessing NearRT RIC:s
     http.proxy-host:
     http.proxy-port: 0
+    http.proxy-type: HTTP
   # path where the service can store data
   vardata-directory: /var/policy-management-service
   # the config-file-schema-path referres to a location in the jar file. If this property is empty or missing,
   # no schema validation will be executed.
   config-file-schema-path: /application_configuration_schema.json
+  # A file containing an authorization token, which shall be inserted in each HTTP header (authorization).
+  # If the file name is empty, no authorization token is sent.
+  auth-token-file:
\ No newline at end of file