From 497674b7cdc58d959cd30ca90852b30c5945f9e7 Mon Sep 17 00:00:00 2001 From: Jozsef Csongvai Date: Wed, 8 Jan 2020 13:35:09 -0500 Subject: Add CDS application properties for custom headers for aai calls Issue-ID: CCSDK-2020 Signed-off-by: Jozsef Csongvai Change-Id: Ifebfdaef0907ce441e567d1ff1fc105e0be62243 --- .../cds-blueprints-processor/resources/config/application.properties | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kubernetes') diff --git a/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties b/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties index 2a67aa58d4..b102b7c365 100755 --- a/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties +++ b/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties @@ -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 -- cgit 1.2.3-korg