<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>DataStax Support Forums &#187; Tag: authorization - Recent Posts</title>
		<link>http://www.datastax.com/support-forums/tags/authorization</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 00:34:18 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.datastax.com/support-forums/search.php</link>
		</textInput>
		<atom:link href="http://www.datastax.com/support-forums/rss/tags/authorization" rel="self" type="application/rss+xml" />

		<item>
			<title>mbulman on "Cassandra security features"</title>
			<link>http://www.datastax.com/support-forums/topic/cassandra-security-features#post-2426</link>
			<pubDate>Wed, 27 Jun 2012 14:26:40 +0000</pubDate>
			<dc:creator>mbulman</dc:creator>
			<guid isPermaLink="false">2426@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Thanks for the feedback, Ajay.  When I say external, I mean tying into a system (eg, LDAP) that is responsible for storing user auth data -- as opposed to C*/DSE storing it internally.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>singh.ajay1983 on "Cassandra security features"</title>
			<link>http://www.datastax.com/support-forums/topic/cassandra-security-features#post-2396</link>
			<pubDate>Tue, 26 Jun 2012 13:37:31 +0000</pubDate>
			<dc:creator>singh.ajay1983</dc:creator>
			<guid isPermaLink="false">2396@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi Mike,&#60;/p&#62;
&#60;p&#62;We are working on a multi-tenant solution using Cassandra and would like to have a finer control on what each tenant can access. Initially, we were thinking of putting the required logic in the application layer using a separate database but it is good if Cassandra can handle most of it for us.&#60;/p&#62;
&#60;p&#62;1. Dynamic creation/deletion of users using client APIs (thrift) and CQL.&#60;/p&#62;
&#60;p&#62;2. Ability to perform authorization at keyspace, column family level (already there) and change it on the fly.&#60;/p&#62;
&#60;p&#62;3. Ability to perform (dynamic) authorization at row-key level . In our case, we can have (related) rows which store same kind of data. So we have rows keys like X_Week1, X_Week2.... to store data related to X (it is time-series data). Great if we can specify an authorization setting like X_* to give access to all X data.&#60;/p&#62;
&#60;p&#62;4. I guess this one is specific to our data model and I may be asking for too much here. Authorization at column name level and again ability to change this on the fly. If the column names are timestamps, I want to restrict data access based on the time. e.g. Give access for X (row keys with X_*) but only include the columns which fall in the range col_low - col_high. The output in this case will come from multiple rows.&#60;/p&#62;
&#60;p&#62;I am not sure if I understand your other question 'internal to Cassandra/DSE vs having the ability to tie into an external system'. When you say external system do you mean a separate database and library to implement authentication/authorization and Cassandra  using its services? I guess that would be better than making this whole thing reside in Cassandra.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Ajay
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbulman on "Cassandra security features"</title>
			<link>http://www.datastax.com/support-forums/topic/cassandra-security-features#post-2362</link>
			<pubDate>Mon, 25 Jun 2012 16:57:05 +0000</pubDate>
			<dc:creator>mbulman</dc:creator>
			<guid isPermaLink="false">2362@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Ajay,&#60;/p&#62;
&#60;p&#62;We'd love to hear more about what types of improvements you're looking for.  Would you prefer for everything to be internal to Cassandra/DSE, or have the ability to tie into an external system?&#60;/p&#62;
&#60;p&#62;How granular would you need the authorization to be?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xedin on "Cassandra security features"</title>
			<link>http://www.datastax.com/support-forums/topic/cassandra-security-features#post-2357</link>
			<pubDate>Mon, 25 Jun 2012 15:29:05 +0000</pubDate>
			<dc:creator>xedin</dc:creator>
			<guid isPermaLink="false">2357@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;There are no tickets yet but you are welcome to create one to draw attention to the problem, currently the way out for you is to implement IAuthority and IAuthenticator interfaces and replace default ones in the conf/cassandra.yaml.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>singh.ajay1983 on "Cassandra security features"</title>
			<link>http://www.datastax.com/support-forums/topic/cassandra-security-features#post-2356</link>
			<pubDate>Mon, 25 Jun 2012 15:25:06 +0000</pubDate>
			<dc:creator>singh.ajay1983</dc:creator>
			<guid isPermaLink="false">2356@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Thanks Xedin. Is there a jira tracker for this ? I want to get some idea about the security features which are being discussed. It will help me take a decision on the authentication/authorization aspect of my project.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xedin on "Cassandra security features"</title>
			<link>http://www.datastax.com/support-forums/topic/cassandra-security-features#post-2355</link>
			<pubDate>Mon, 25 Jun 2012 15:04:45 +0000</pubDate>
			<dc:creator>xedin</dc:creator>
			<guid isPermaLink="false">2355@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Yeah, there are few plans to add stronger authentication/authorization schemes to the DSE currently in review and probably Cassandra native authorization scheme compatibile with CQL in upcoming 1.3 (or if time would be sufficient in 1.2) release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>singh.ajay1983 on "Cassandra security features"</title>
			<link>http://www.datastax.com/support-forums/topic/cassandra-security-features#post-2354</link>
			<pubDate>Mon, 25 Jun 2012 12:39:57 +0000</pubDate>
			<dc:creator>singh.ajay1983</dc:creator>
			<guid isPermaLink="false">2354@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi All,&#60;/p&#62;
&#60;p&#62;Are there plans to improve Cassandra security features in the coming releases? The present authentication and authorization mechanism is file based (as of 1.0) and is of limited use. We need features like adding/removing users dynamically through client APIs and CQL. We also need dynamic control over authorization.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Ajay
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbulman on "Opscenter and Cassandra running with SimpleAuthority"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-and-cassandra-running-with-simpleauthority#post-1257</link>
			<pubDate>Wed, 29 Feb 2012 17:19:48 +0000</pubDate>
			<dc:creator>mbulman</dc:creator>
			<guid isPermaLink="false">1257@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;There are some column families missing from the OpsCenter keyspace you have listed (mainly rollup_* column families).  Be sure to list those and things should work for you.  Keep in mind you'll have to set proper permissions for any keyspaces/column families you'd like OpsCenter to manage.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Opscenter and Cassandra running with SimpleAuthority"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-and-cassandra-running-with-simpleauthority#post-1246</link>
			<pubDate>Mon, 27 Feb 2012 22:12:08 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1246@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;With Cassandra authorization set to org.apache.cassandra.auth.SimpleAuthority, what access properties are required by opscenter? Are the access properties below sufficient?&#60;/p&#62;
&#60;p&#62;&#38;lt;modify-keyspaces&#38;gt;=opscenter&#60;br /&#62;
OpsCenter.&#38;lt;rw&#38;gt;=opscenter&#60;br /&#62;
OpsCenter.events.&#38;lt;rw&#38;gt;=opscenter&#60;br /&#62;
OpsCenter.events_timeline.&#38;lt;rw&#38;gt;=opscenter&#60;br /&#62;
OpsCenter.pdps.&#38;lt;rw&#38;gt;=opscenter&#60;br /&#62;
OpsCenter.settings.&#38;lt;rw&#38;gt;=opscenter&#60;br /&#62;
MyKeyspace.MyColumnFamily.&#38;lt;ro&#38;gt;=opscenter
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
