diff options
Diffstat (limited to 'workflow-designer-be/src/main/resources/application.properties')
-rw-r--r-- | workflow-designer-be/src/main/resources/application.properties | 6 |
1 files changed, 5 insertions, 1 deletions
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 |