zaqar/releasenotes/notes/encrypted-messages-in-queue-d7438d4f185be444.yaml
wanghao e12c65a369 Encrypted Messages in Queue
The queue in Zaqar will support to encrypt
messages before storing them into storage backends,
also could support to decrypt messages when those
are claimed by consumer. This feature will enhance
the security of messaging service.

Implements: blueprint encrypted-messages-in-queue
Signed-off-by: wanghao <sxmatch1986@gmail.com>
Change-Id: Icecfb9a232cfeefc2f9603934696bb2dcd56bc9c
2020-07-23 14:07:54 +08:00

10 lines
465 B
YAML

---
features:
- |
To enhance the security of messaging service, the queue in Zaqar
supports to encrypt messages before storing them into storage backends,
also could support to decrypt messages when those are claimed by consumer.
To enable this feature, user just need to take "_enable_encrypt_messages=True"
when creating queue. AES-256 is used as the default of encryption algorithm and
encryption key is configurable in the zaqar.conf.