From 5fb02c4515b578bc1139aec029c72ecac9617039 Mon Sep 17 00:00:00 2001 From: PatrikBuhr Date: Tue, 21 Jun 2022 14:25:39 +0200 Subject: [PATCH] Uplift from ONAP. Instability fix. Signed-off-by: PatrikBuhr Issue-ID: NONRTRIC-743 Change-Id: I099f5f41d155c79db4067ca8508c026ac86091ea --- config/application.yaml | 3 ++- onap/oran | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/application.yaml b/config/application.yaml index 7628624..f0f5337 100644 --- a/config/application.yaml +++ b/config/application.yaml @@ -56,6 +56,8 @@ server: key-store: /opt/app/policy-agent/etc/cert/keystore.jks key-password: policy_agent key-alias: policy_agent + # trust-store-password: + # trust-store: app: # Location of the component configuration file. filepath: /opt/app/policy-agent/data/application_configuration.json @@ -80,4 +82,3 @@ app: # 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: - diff --git a/onap/oran b/onap/oran index 7795090..87b1ff5 160000 --- a/onap/oran +++ b/onap/oran @@ -1 +1 @@ -Subproject commit 779509036cdadb5735d336ed93a3bfac5a0be72a +Subproject commit 87b1ff527a8110f592b4b5e2fcf13b8cd43b6d1f -- 2.16.6