Details
-
New Feature
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
Description
We are going to start using cassandra for a billing system, and while I can encrypt sstables at rest (via Datastax Enterprise), commit logs are more or less plain text. Thus, an attacker would be able to easily read, for example, credit card numbers in the clear text commit log (if the calling app does not encrypt the data itself before sending it to cassandra).
I want to allow the option of encrypting the commit logs, most likely controlled by a property in the yaml.
Attachments
Issue Links
- is blocked by
-
CASSANDRA-9945 Add transparent data encryption core classes
- Resolved
-
CASSANDRA-6809 Compressed Commit Log
- Resolved
- is depended upon by
-
CASSANDRA-9633 Add ability to encrypt sstables
- In Progress
- links to