Re: Security labels

2016-02-12 Thread oleg yusim
;> >>> Oleg >>> >>> On Fri, Jan 29, 2016 at 3:28 PM, Dani Traphagen < >>> dani.trapha...@datastax.com> wrote: >>> >>>> ​Hi Oleg, >>>> >>>> Thanks that helped clear things up! This sounds like a daunting task. I

Re: Security labels

2016-02-11 Thread oleg yusim
ks that helped clear things up! This sounds like a daunting task. I >>> wish you all the best with it. >>> >>> Cheers, >>> Dani​ >>> >>> On Fri, Jan 29, 2016 at 10:03 AM, oleg yusim >>> wrote: >>> >>>> Dani, >>&g

Re: Security labels

2016-02-11 Thread Jack Krupansky
ote: > >> ​Hi Oleg, >> >> Thanks that helped clear things up! This sounds like a daunting task. I >> wish you all the best with it. >> >> Cheers, >> Dani​ >> >> On Fri, Jan 29, 2016 at 10:03 AM, oleg yusim wrote: >> >>> Dani, &

Re: Security labels

2016-02-11 Thread oleg yusim
3:28 PM, Dani Traphagen < >> dani.trapha...@datastax.com> wrote: >> >>> ​Hi Oleg, >>> >>> Thanks that helped clear things up! This sounds like a daunting task. I >>> wish you all the best with it. >>> >>> Cheers, >>> Dani

Re: Security labels

2016-02-11 Thread Dani Traphagen
aunting task. I >> wish you all the best with it. >> >> Cheers, >> Dani​ >> >> On Fri, Jan 29, 2016 at 10:03 AM, oleg yusim wrote: >> >>> Dani, >>> >>> I really appreciate you response. Actually, session timeouts and >>>

Re: Security labels

2016-02-11 Thread oleg yusim
Thanks that helped clear things up! This sounds like a daunting task. I > wish you all the best with it. > > Cheers, > Dani​ > > On Fri, Jan 29, 2016 at 10:03 AM, oleg yusim wrote: > >> Dani, >> >> I really appreciate you response. Actually, session timeouts and s

Re: Security labels

2016-01-29 Thread oleg yusim
wrote: > >> Dani, >> >> I really appreciate you response. Actually, session timeouts and security >> labels are two different topics (first is about attack when somebody >> opened, say, ssh window to DB, left his machine unattended and somebody >> else stole his s

Re: Security labels

2016-01-29 Thread Dani Traphagen
​Hi Oleg, Thanks that helped clear things up! This sounds like a daunting task. I wish you all the best with it. Cheers, Dani​ On Fri, Jan 29, 2016 at 10:03 AM, oleg yusim wrote: > Dani, > > I really appreciate you response. Actually, session timeouts and security > labels are t

Re: Security labels

2016-01-29 Thread oleg yusim
Dani, I really appreciate you response. Actually, session timeouts and security labels are two different topics (first is about attack when somebody opened, say, ssh window to DB, left his machine unattended and somebody else stole his session, second - to enable DB to support what called MAC

Re: Security labels

2016-01-29 Thread Dani Traphagen
Also -- it looks like you're really asking questions about session timeouts and security labels as they associate, would be more helpful to keep in one thread. :) On Friday, January 29, 2016, Dani Traphagen wrote: > Hi Oleg, > > I understand your frustration but unfortunately, i

Security labels

2016-01-29 Thread Dani Traphagen
documentation, and > I'm aware of differences between DSE and Cassandra. > > Questions I ask here are those, I found no mention about in documentation. > Let's take security labels for instance. Cassandra documentation is > completely silent on this regard and so is Google. I ass

Re: Security labels

2016-01-29 Thread oleg yusim
Jack, Thanks for your suggestion. I'm familiar with Cassandra documentation, and I'm aware of differences between DSE and Cassandra. Questions I ask here are those, I found no mention about in documentation. Let's take security labels for instance. Cassandra documentation is compl

Re: Security labels

2016-01-29 Thread Jack Krupansky
To answer any future questions along these same lines, I suggest that you start by simply searching the doc and search the github repo for the source code for the relevant keywords. That will give you the definitive answers quickly. If something is missing, feel free to propose that it be added (if

Re: Security labels

2016-01-28 Thread oleg yusim
Patrick, Absolutely. Security label is mechanism of access control, utilized by MAC (mandatory access control) model, and not utilized by DAC (discretionary access control) model, we all are used to. In database content it is illustrated for instance here: http://www.postgresql.org/docs/current/st

Re: Security labels

2016-01-28 Thread Patrick McFadin
Cassandra has support for authentication security, but I'm not familiar with a security label. Can you describe what you want to do? Patrick On Thu, Jan 28, 2016 at 2:26 PM, oleg yusim wrote: > Greetings, > > Does Cassandra support security label concept? If so, where can I read on > how it sho

Security labels

2016-01-28 Thread oleg yusim
Greetings, Does Cassandra support security label concept? If so, where can I read on how it should be applied? Thanks, Oleg