Add CDS application properties for custom headers for aai calls 06/100106/1
authorJozsef Csongvai <jozsef.csongvai@bell.ca>
Wed, 8 Jan 2020 18:35:09 +0000 (13:35 -0500)
committerJozsef Csongvai <jozsef.csongvai@bell.ca>
Wed, 8 Jan 2020 18:37:20 +0000 (13:37 -0500)
Issue-ID: CCSDK-2020

Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: Ifebfdaef0907ce441e567d1ff1fc105e0be62243

kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties

index 2a67aa5..b102b7c 100755 (executable)
@@ -94,6 +94,9 @@ blueprintsprocessor.restclient.aai-data.type=basic-auth
 blueprintsprocessor.restclient.aai-data.url=https://aai:8443
 blueprintsprocessor.restclient.aai-data.username=aai@aai.onap.org
 blueprintsprocessor.restclient.aai-data.password=demo123456!
+blueprintsprocessor.restclient.aai-data.additionalHeaders.X-TransactionId=cds-transaction-id
+blueprintsprocessor.restclient.aai-data.additionalHeaders.X-FromAppId=cds-app-id
+blueprintsprocessor.restclient.aai-data.additionalHeaders.Accept=application/json
 
 # Self Service Request Kafka Message Consumer
 blueprintsprocessor.messageconsumer.self-service-api.kafkaEnable=false