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:
2012-06-26 13:33:02-0400 [] Error fetching metric data:
Traceback (most recent call last):
Failure: telephus.cassandra.ttypes.InvalidRequestException: InvalidRequestException(why='#<User myUser groups=[]> does not have permission READ for /cassandra/keyspaces/OpsCenter/rollups60'
I tried modifying my access.properties file to include the column families but am still getting the error:
<modify-keyspaces>=myUser
# Access to Keyspace1 (add/remove column families, etc).
#Keyspace1.<ro>=jsmith,Elvis Presley
#Keyspace1.<rw>=dilbert
OpsCenter.<rw>=myUser
# Access to Standard1 (keyspace Keyspace1)
#Keyspace1.Standard1.<rw>=jsmith,Elvis Presley,dilbert
OpsCenter.rollups60.<rw>=myUser
OpsCenter.events.<rw>=myUser
OpsCenter.pdps.<rw>=myUser
OpsCenter.events-history.<rw>=myUser
OpsCenter.rollsups300.<rw>=myUser
OpsCenter.rollsups72000.<rw>=myUser
OpsCenter.events-timeline.<rw>=myUser
OpsCenter.settings.<rw>=myUser
