e12c65a369
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
10 lines
465 B
YAML
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.
|