关于[Securing Sensitive Data in an Event Driven Architecture]的摘要:
You secure sensitive data when stored in a database, but are you securing sensitive data in an event or message driven architecture? For example, if you need to include Credit Card information in a message for a queue to be processed. But need to be compliant with PCI-DSS! You can encrypt the actual message or a portion of the message, or if the broker supports it, use server-side encryption.
原文地址: https://codeopinion.com/securing-sensitive-data-in-an-event-driven-architecture/