fjtirado opened a new issue, #3889:
URL: https://github.com/apache/incubator-kie-kogito-runtimes/issues/3889

   ### Description
   
   Currently headers are not stored in DB because they might contain sensitive 
information, like the token. 
   On the other hand, there are pretty convenient functionality, like token 
propagation for workflows waiting for event, that wont work if token is not 
stored. 
   For those users which are fine on storing the headers on the DB (its binary 
format, so it is somehow not visible), we will allow enabling the storage by 
adding a new property (default value, false, to keep current functionality) 
   
   `kogito.persistence.headers.enabled=true`
   
   Additionally, we will allow excluding headers from storage by specifying,  a 
comma separate list of java regular expressions to exclude filters 
   
   `kogito.persistences.headers.exclude=Content*,Accept`
   
    
   
   ### Implementation ideas
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to