AJ was responding to an email I sent in Marchalthough i do appreciate
the quick reaponse from the community ;) i moved on to our implementation of
vpn...
On Jun 14, 2011 1:35 AM, "aaron morton" wrote:
> Sasha does
https://github.com/apache/cassandra/blob/cassandra-0.8.0/conf/cassandra.yaml#L36
Sasha does
https://github.com/apache/cassandra/blob/cassandra-0.8.0/conf/cassandra.yaml#L362
help ?
A
-
Aaron Morton
Freelance Cassandra Developer
@aaronmorton
http://www.thelastpickle.com
On 13 Jun 2011, at 23:26, AJ wrote:
> Performance-wise, I think it would be better to j
Performance-wise, I think it would be better to just let the client
encrypt sensitive data before storing it, versus encrypting all traffic
all the time. If individual values are encrypted, then they don't have
to be encrypted/decrypted during transit between nodes during the
initial updates a
I see now that this is too new:
https://issues.apache.org/jira/browse/CASSANDRA-1567 and that it's
scheduled for the 0.8 release.
Is it right to assume the following from the accepted patch:
1. keystore and truststore passwords are kept in clear text in the
cassandra.yaml ?
2. It's all or nothi
Hi,
Is there documentation available anywhere that describes how one can
use org.apache.cassandra.security.streaming.* ? After the EC2 posts
yesterday, one question I was asked was about the security of data
being shifted between nodes. Is it done in clear text, or
encrypted..? I haven't seen