Re: Securing Cassandra database

2017-11-13 Thread DuyHai Doan
You can pass in login/password from the client side and encrypt the client / cassandra connection... Le 13 nov. 2017 12:16, "Mokkapati, Bhargav (Nokia - IN/Chennai)" < bhargav.mokkap...@nokia.com> a écrit : Hi Team, We are using Apache Cassandra 3.0.13 version. As part of Cassandra database

Securing Cassandra database

2017-11-13 Thread Mokkapati, Bhargav (Nokia - IN/Chennai)
Hi Team, We are using Apache Cassandra 3.0.13 version. As part of Cassandra database security, we have created database super user authentication, but from driver side we have default cql connection syntax as "cqlsh " not like "cqlsh -u username and -p password". So cqlsh connection failing f

Re: Securing Cassandra database

2014-04-06 Thread Jack Krupansky
Take a look at the DataStax Enterprise Security Management. http://www.datastax.com/documentation/datastax_enterprise/4.0/datastax_enterprise/sec/secDSE.html -- Jack Krupansky From: Check Peck Sent: Friday, April 4, 2014 11:54 PM To: user Subject: Securing Cassandra database Hi All, We

Re: Securing Cassandra database

2014-04-05 Thread Jon Haddad
stem will only accept connections from > certain IP addresses. Is there an equivalent thing in Cassandra, or should we > configure firewall software for that? > > From: Mark Reddy > Reply-To: > Date: Saturday, April 5, 2014 at 12:38 AM > To: > Subject: Re: Securing Cassa

Re: Securing Cassandra database

2014-04-05 Thread Robert Wille
we configure firewall software for that? From: Mark Reddy Reply-To: Date: Saturday, April 5, 2014 at 12:38 AM To: Subject: Re: Securing Cassandra database Ok so you want to enable auth on Cassandra itself. You will want to look into the authentication and authorisation functionality then

Re: Securing Cassandra database

2014-04-04 Thread Mark Reddy
Ok so you want to enable auth on Cassandra itself. You will want to look into the authentication and authorisation functionality then. Here is a quick overview: http://www.datastax.com/dev/blog/a-quick-tour-of-internal-authentication-and-authorization-security-in-datastax-enterprise-and-apache-cas

Re: Securing Cassandra database

2014-04-04 Thread Check Peck
Just to add, nobody should be able to read and write into our Cassandra database through any API *or any CQL client as well *only our team should be able to do that. On Fri, Apr 4, 2014 at 11:29 PM, Check Peck wrote: > Thanks Mark. But what about Cassandra database? I don't want anybody to > re

Re: Securing Cassandra database

2014-04-04 Thread Check Peck
Thanks Mark. But what about Cassandra database? I don't want anybody to read and write into our Cassandra database through any API only just our team should be able to do that. We are using CQL based tables so data doesn't get shown on the OPSCENTER. In our case, we would like to secure database

Re: Securing Cassandra database

2014-04-04 Thread Mark Reddy
Hi, If you want to just secure OpsCenter itself take a look here: http://www.datastax.com/documentation/opscenter/4.1/opsc/configure/opscAssigningAccessRoles_t.html If you want to enable internal authentication and still allow OpsCenter access, you can create an OpsCenter user and once you have

Securing Cassandra database

2014-04-04 Thread Check Peck
Hi All, We would like to secure our Cassandra database. We don't want anybody to read/write on our Cassandra database leaving our team members only. We are using Cassandra 1.2.9 in Production and we have 36 node Cassandra cluster. 12 in each colo as we have three datacenters. But we would lik