[AMQ-9515] Redact JMSText in the HTTP params#1251
[AMQ-9515] Redact JMSText in the HTTP params#1251kenliao94 wants to merge 1 commit intoapache:mainfrom
Conversation
afcfb89 to
3d97ac5
Compare
|
I'm mostly -1 on this change. I think this should be handled by configuring a filter at the logging framework level. Some users may want body redacted, others certain header or properties fields.. or even just specific fields within the body. Logging frameworks support configurable filters for this, I think this can be handled as a FAQ in ActiveMQ about how to add a logging filter. |
Hi Matt, thanks for the feedback. That's a good idea. Let me look into it today. Instead of making this change, we will ship a default configuration for audit log to mask that information and add a FAQ in ActiveMQ to instruct users on how to add their own or override the default. Does it sound good to you? |
If by 'we' you mean your organization, good to go =) If by 'we' you mean Apache, then I don't see us changing the default Apache distribution config for this. |
I can see your concern. By "we" I meant developers in this community :) When developers deploy ActiveMQ for their customers, their customers may want sensitive data to be redacted. For instance, in |
As pointed out in https://issues.apache.org/jira/browse/AMQ-9515 message body is sensitive data and sending a text message using the web console shouldn't log the message content in the audit log.