From ae69dc13d976b67c0278890b852444a134e23ca9 Mon Sep 17 00:00:00 2001 From: Geora Barsky Date: Thu, 30 Aug 2018 09:54:28 -0400 Subject: Fix the issue of missing auth header Issue-ID: LOG-639 Change-Id: I7a3cf856da797f99d94a953a20cd2145c9f74302 Signed-off-by: Geora Barsky --- config/application.properties | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'config') diff --git a/config/application.properties b/config/application.properties index c1645a2..a3cc78b 100644 --- a/config/application.properties +++ b/config/application.properties @@ -1,8 +1,20 @@ +# Copyright © 2018 Amdocs +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License spring.jersey.type=filter spring.mvc.urls=swagger,docs,prometheus,auditevents,info,heapdump,autoconfig,beans,loggers,dump,env,trace,health,configprops,mappings,metrics,webjars - server.contextPath=/aaicontextbuilder spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration @@ -14,11 +26,11 @@ server.tomcat.max-threads=200 server.tomcat.min-spare-threads=25 # AAI REST Client Configuration -aai.serviceName=10.147.57.139 -aai.servicePort=8080 +aai.serviceName=10.12.6.120 +aai.servicePort=30233 aai.username=AAI aai.password=OBF:1gfr1ev31gg7 -aai.httpProtocol=http +aai.httpProtocol=https aai.connectionTimeout=5000 aai.readTimeout=1000 @@ -29,7 +41,5 @@ http.password=OBF:1u2a1toa1w8v1tok1u30 # {0} = customerId {1} = serviceType {2} = serviceInstanceId aai.serviceInstancePath=/aai/v11/business/customers/customer/{0}/service-subscriptions/service-subscription/{1}/service-instances/service-instance/{2} - - #Servlet context parameters server.context_parameters.p-name=value #context parameter with p-name as key and value as value. -- cgit 1.2.3-korg