Re: SimpleAuthenticator missing in Cassandra 1.0

2011-10-27 Thread Dave Brosius
Had found the same thing, and updated: http://wiki.apache.org/cassandra/SimpleAuthenticator On 10/27/2011 04:25 PM, RobinUs2 wrote: It seems that org.apache.cassandra.auth.SimpleAuthenticator is missing in the cassandra 1.0 binaries. Is this on purpose or did I found a bug? -- View this messag

Re: SimpleAuthenticator missing in Cassandra 1.0

2011-10-27 Thread Pete Warden
For what it's worth, here's where I ended up after digging into Cassandra security as a new user: http://petewarden.typepad.com/searchbrowser/2011/08/securing-cassandra-on-ec2.html On Thu, Oct 27, 2011 at 1:39 PM, RobinUs2 wrote: > Oke, that makes sense, even though I couldn't find it in the fir

Re: SimpleAuthenticator missing in Cassandra 1.0

2011-10-27 Thread RobinUs2
Oke, that makes sense, even though I couldn't find it in the first place. What would you suggest for authentication? Firewall rules that only allow from whitelist hosts? Writing a custom Authenticator? -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble

Re: SimpleAuthenticator missing in Cassandra 1.0

2011-10-27 Thread Jonathan Ellis
https://issues.apache.org/jira/browse/CASSANDRA-2922 On Thu, Oct 27, 2011 at 3:25 PM, RobinUs2 wrote: > It seems that org.apache.cassandra.auth.SimpleAuthenticator is missing in the > cassandra 1.0 binaries. Is this on purpose or did I found a bug? > > -- > View this message in context: > http:/

Re: SimpleAuthenticator missing in Cassandra 1.0

2011-10-27 Thread Brandon Williams
On Thu, Oct 27, 2011 at 3:25 PM, RobinUs2 wrote: > It seems that org.apache.cassandra.auth.SimpleAuthenticator is missing in the > cassandra 1.0 binaries. Is this on purpose or did I found a bug? >From NEWS.txt: - The SimpleAuthenticator and SimpleAuthority classes have been moved to t

Re: SimpleAuthenticator / SimpleAuthorization missing

2011-10-20 Thread Pierre Chalamet
Thanks for the answer. - Pierre -Original Message- From: Yi Yang Date: Thu, 20 Oct 2011 04:20:25 To: ; Subject: Re: SimpleAuthenticator / SimpleAuthorization missing See: https://issues.apache.org/jira/browse/CASSANDRA-2922 On Thu, Oct 20, 2011 at 4:08 AM, Pierre Chalamet wrote

Re: SimpleAuthenticator / SimpleAuthorization missing

2011-10-20 Thread Yi Yang
See: https://issues.apache.org/jira/browse/CASSANDRA-2922 On Thu, Oct 20, 2011 at 4:08 AM, Pierre Chalamet wrote: > Hello, > > SimpleAuthenticator & SimpleAuthorization just disappear in release > 1.0.0... > > Will this stay like this or is it a release bug ? > > Thanks, > - Pierre >

Re: SimpleAuthenticator

2011-07-05 Thread Earl Barnes
Thanks On Thu, Jun 30, 2011 at 10:09 PM, aaron morton wrote: > cassandra.in.sh is old skool 0.6 series, 0.7 series uses cassandra-env.sh. > The packages put it in /etc/cassandra. > > This works for me at the end of cassandra-env.sh > > JVM_OPTS="$JVM_OPTS -Dpasswd.properties=/etc/cassandra/passwd

Re: SimpleAuthenticator

2011-06-30 Thread aaron morton
cassandra.in.sh is old skool 0.6 series, 0.7 series uses cassandra-env.sh. The packages put it in /etc/cassandra. This works for me at the end of cassandra-env.sh JVM_OPTS="$JVM_OPTS -Dpasswd.properties=/etc/cassandra/passwd.properties" JVM_OPTS="$JVM_OPTS -Daccess.properties=/etc/cassandra/ac