<?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; Topic: Problem connecting to Agents with Simple Security turned on</title>
		<link>http://www.datastax.com/support-forums/topic/problem-connecting-to-agents-with-simple-security-turned-on</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 21:40:04 +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/topic/problem-connecting-to-agents-with-simple-security-turned-on" rel="self" type="application/rss+xml" />

		<item>
			<title>ryoudelman on "Problem connecting to Agents with Simple Security turned on"</title>
			<link>http://www.datastax.com/support-forums/topic/problem-connecting-to-agents-with-simple-security-turned-on#post-2414</link>
			<pubDate>Tue, 26 Jun 2012 19:55:34 +0000</pubDate>
			<dc:creator>ryoudelman</dc:creator>
			<guid isPermaLink="false">2414@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;User error on my part.  I didn't realize the agent keystore was specific to the opscenter install.  Once I corrected that the agent could properly communicate and opscenter could authenticate.  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ryoudelman on "Problem connecting to Agents with Simple Security turned on"</title>
			<link>http://www.datastax.com/support-forums/topic/problem-connecting-to-agents-with-simple-security-turned-on#post-2411</link>
			<pubDate>Tue, 26 Jun 2012 18:48:33 +0000</pubDate>
			<dc:creator>ryoudelman</dc:creator>
			<guid isPermaLink="false">2411@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Yes, i can do a list on the rollups60 cf and get the first hundred rows of data back.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tupton on "Problem connecting to Agents with Simple Security turned on"</title>
			<link>http://www.datastax.com/support-forums/topic/problem-connecting-to-agents-with-simple-security-turned-on#post-2410</link>
			<pubDate>Tue, 26 Jun 2012 18:38:55 +0000</pubDate>
			<dc:creator>tupton</dc:creator>
			<guid isPermaLink="false">2410@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Listing the column families does not necessarily guarantee that authorization is set up correctly. Can you read/write to those column families via the cli?&#60;/p&#62;
&#60;p&#62;Changes to access.properties also require Cassandra to be restarted to take effect, if you haven't already done so.&#60;/p&#62;
&#60;p&#62;EDIT: access.properties does *not* require a restart; it is read on every access.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ryoudelman on "Problem connecting to Agents with Simple Security turned on"</title>
			<link>http://www.datastax.com/support-forums/topic/problem-connecting-to-agents-with-simple-security-turned-on#post-2408</link>
			<pubDate>Tue, 26 Jun 2012 18:30:42 +0000</pubDate>
			<dc:creator>ryoudelman</dc:creator>
			<guid isPermaLink="false">2408@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Interesting enough I can use cassandra-cli and authenticate as myUser.  I can then do a list on the columnfamilies under the OpsCenter keyspace.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ryoudelman on "Problem connecting to Agents with Simple Security turned on"</title>
			<link>http://www.datastax.com/support-forums/topic/problem-connecting-to-agents-with-simple-security-turned-on#post-2406</link>
			<pubDate>Tue, 26 Jun 2012 17:39:39 +0000</pubDate>
			<dc:creator>ryoudelman</dc:creator>
			<guid isPermaLink="false">2406@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I have a poc cluster setup which uses the basic file security.  I am seeing the following error in my logs and the agent is unable to report in:&#60;/p&#62;
&#60;p&#62;2012-06-26 13:33:02-0400 [] Error fetching metric data:&#60;br /&#62;
        Traceback (most recent call last):&#60;br /&#62;
        Failure: telephus.cassandra.ttypes.InvalidRequestException: InvalidRequestException(why='#&#38;lt;User myUser groups=[]&#38;gt; does not have permission READ for /cassandra/keyspaces/OpsCenter/rollups60'&#60;/p&#62;
&#60;p&#62;I tried modifying my access.properties file to include the column families but am still getting the error:&#60;/p&#62;
&#60;p&#62;&#38;lt;modify-keyspaces&#38;gt;=myUser &#60;/p&#62;
&#60;p&#62;# Access to Keyspace1 (add/remove column families, etc).&#60;br /&#62;
#Keyspace1.&#38;lt;ro&#38;gt;=jsmith,Elvis Presley&#60;br /&#62;
#Keyspace1.&#38;lt;rw&#38;gt;=dilbert&#60;br /&#62;
OpsCenter.&#38;lt;rw&#38;gt;=myUser &#60;/p&#62;
&#60;p&#62;# Access to Standard1 (keyspace Keyspace1)&#60;br /&#62;
#Keyspace1.Standard1.&#38;lt;rw&#38;gt;=jsmith,Elvis Presley,dilbert&#60;br /&#62;
OpsCenter.rollups60.&#38;lt;rw&#38;gt;=myUser&#60;br /&#62;
OpsCenter.events.&#38;lt;rw&#38;gt;=myUser&#60;br /&#62;
OpsCenter.pdps.&#38;lt;rw&#38;gt;=myUser&#60;br /&#62;
OpsCenter.events-history.&#38;lt;rw&#38;gt;=myUser&#60;br /&#62;
OpsCenter.rollsups300.&#38;lt;rw&#38;gt;=myUser&#60;br /&#62;
OpsCenter.rollsups72000.&#38;lt;rw&#38;gt;=myUser&#60;br /&#62;
OpsCenter.events-timeline.&#38;lt;rw&#38;gt;=myUser&#60;br /&#62;
OpsCenter.settings.&#38;lt;rw&#38;gt;=myUser
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
