Symmetrically encrypted serializers for Kombu
Project description
This library registers a set of Kombu serializers which take those built into Kombu and symmetrically encrypts them using Fernet.
The encryption key is accessed via the KOMBU_FERNET_KEY environment variable. To set the encryption key:
import os from cryptography.fernet import Fernet key = Fernet.generate_key() os.environ['KOMBU_FERNET_KEY'] = key
To try it out, start a redis server and from the example directory, run:
pip install celery redis celery -A tasks worker
Then from another shell:
python -c "from tasks import add; add.delay(1, 2)"
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file kombu-fernet-serializers-0.0.5.tar.gz
.
File metadata
- Download URL: kombu-fernet-serializers-0.0.5.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f29e117d7eecabf503a5c792ee1334a4f49dda9e1fe39020a1e19431f3c1590 |
|
MD5 | 1b1482fbbe703f5047a1259882a570ce |
|
BLAKE2b-256 | fa9c9f85803427ca1a639c7cd7a8dea96a8464d159d9acc9f08191841f068477 |