Re: SSL & Streaming

2011-06-13 Thread Sasha Dolgy
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

Re: SSL & Streaming

2011-06-13 Thread aaron morton
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

Re: SSL & Streaming

2011-06-13 Thread AJ
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

Re: SSL & Streaming (#1567)

2011-03-22 Thread Sasha Dolgy
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

SSL & Streaming

2011-03-22 Thread Sasha Dolgy
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