From fce5f0c0d73ea349954399f623fa1d97597b4f0f Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Thu, 26 Mar 2020 16:19:23 -0400 Subject: Fix userName property for http clients The http client property files had "username", but the correct property name is "userName". Fixed. Also updated the models version to the latest snapshot to pick up the fix to the APPC actor. Issue-ID: POLICY-2441 Signed-off-by: Jim Hahn Change-Id: I4d64efcb5b639526beb145ee0231c6d650098d0f --- .../src/main/feature/config/AAI-http-client.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controlloop/common/feature-controlloop-management/src/main/feature/config/AAI-http-client.properties') diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/AAI-http-client.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/AAI-http-client.properties index 2eb76007c..774bbadb3 100644 --- a/controlloop/common/feature-controlloop-management/src/main/feature/config/AAI-http-client.properties +++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/AAI-http-client.properties @@ -22,6 +22,6 @@ http.client.services.AAI.managed=true http.client.services.AAI.https=true http.client.services.AAI.host=${envd:AAI_HOST} http.client.services.AAI.port=${envd:AAI_PORT} -http.client.services.AAI.username=${envd:AAI_USERNAME} +http.client.services.AAI.userName=${envd:AAI_USERNAME} http.client.services.AAI.password=${envd:AAI_PASSWORD} http.client.services.AAI.contextUriPath=${envd:AAI_CONTEXT_URI} -- cgit 1.2.3-korg