diff options
Diffstat (limited to 'workflow-designer-be/src/main/resources')
-rw-r--r-- | workflow-designer-be/src/main/resources/application-dev.properties | 6 | ||||
-rw-r--r-- | workflow-designer-be/src/main/resources/application.properties | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/workflow-designer-be/src/main/resources/application-dev.properties b/workflow-designer-be/src/main/resources/application-dev.properties index 897b0422..12a99021 100644 --- a/workflow-designer-be/src/main/resources/application-dev.properties +++ b/workflow-designer-be/src/main/resources/application-dev.properties @@ -25,4 +25,8 @@ spring.data.cassandra.password=${CS_PASSWORD:} zusammen.cassandra.isAuthenticate=${CS_AUTHENTICATE:false} #Actuators -management.endpoint.health.show-details=always
\ No newline at end of file +management.endpoint.health.show-details=always + +#Headers are comma separated list +onap.logging.requestIdHeader=X-ECOMP-RequestID,X-ONAP-RequestID +onap.logging.partnerNameHeader=USER_ID
\ No newline at end of file diff --git a/workflow-designer-be/src/main/resources/application.properties b/workflow-designer-be/src/main/resources/application.properties index 64b58fd5..5fa56d82 100644 --- a/workflow-designer-be/src/main/resources/application.properties +++ b/workflow-designer-be/src/main/resources/application.properties @@ -29,4 +29,8 @@ spring.data.cassandra.password=${CS_PASSWORD:} zusammen.cassandra.isAuthenticate=${CS_AUTHENTICATE:true} #Actuators -management.endpoint.health.show-details=always
\ No newline at end of file +management.endpoint.health.show-details=always + +#Headers are comma separated list +onap.logging.requestIdHeader=X-ECOMP-RequestID,X-ONAP-RequestID +onap.logging.partnerNameHeader=USER_ID
\ No newline at end of file |