From: Jozsef Csongvai Date: Wed, 8 Jan 2020 18:35:09 +0000 (-0500) Subject: Add CDS application properties for custom headers for aai calls X-Git-Tag: 6.0.0~446^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=497674b7cdc58d959cd30ca90852b30c5945f9e7;p=oom.git Add CDS application properties for custom headers for aai calls Issue-ID: CCSDK-2020 Signed-off-by: Jozsef Csongvai Change-Id: Ifebfdaef0907ce441e567d1ff1fc105e0be62243 --- 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