mirror of https://github.com/apache/cassandra
15 lines
435 B
YAML
15 lines
435 B
YAML
transparent_data_encryption_options:
|
|
enabled: true
|
|
chunk_length_kb: 2
|
|
cipher: AES/CBC/PKCS5Padding
|
|
key_alias: testing:1
|
|
# CBC requires iv length to be 16 bytes
|
|
# iv_length: 16
|
|
key_provider:
|
|
- class_name: org.apache.cassandra.security.JKSKeyProvider
|
|
parameters:
|
|
- keystore: test/conf/cassandra.keystore
|
|
keystore_password: cassandra
|
|
store_type: JCEKS
|
|
key_password: cassandra
|