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

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 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

Re: Securing Cassandra database

2014-04-05 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-05 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 comptechge...@gmail.com wrote: Thanks Mark. But what about Cassandra database? I

Re: Securing Cassandra database

2014-04-05 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:

Re: Securing Cassandra database

2014-04-05 Thread Robert Wille
we configure firewall software for that? From: Mark Reddy mark.re...@boxever.com Reply-To: user@cassandra.apache.org Date: Saturday, April 5, 2014 at 12:38 AM To: user@cassandra.apache.org Subject: Re: Securing Cassandra database Ok so you want to enable auth on Cassandra itself. You

Re: Securing Cassandra database

2014-04-05 Thread Jon Haddad
@cassandra.apache.org 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. Here is a quick overview: http://www.datastax.com/dev/blog/a-quick-tour-of-internal