Re: UnauthorizedException: user has no select permissions when quering Cassandra

2017-08-29 Thread Jeff Jirsa
in the ring. > > Right now I can’t even run select * from system_auth.users without it timeing > out. > > From: Akhil Mehra > Reply-To: "user@cassandra.apache.org" > Date: Tuesday, August 29, 2017 at 3:46 PM > To: user > Subject: Re: UnauthorizedExceptio

Re: UnauthorizedException: user has no select permissions when quering Cassandra

2017-08-29 Thread Chuck Reynolds
Yes. We’ve tried them all. From: Akhil Mehra Reply-To: "user@cassandra.apache.org" Date: Tuesday, August 29, 2017 at 4:06 PM To: "user@cassandra.apache.org" Subject: Re: UnauthorizedException: user has no select permissions when quering Cassandra What consistency are y

Re: UnauthorizedException: user has no select permissions when quering Cassandra

2017-08-29 Thread Akhil Mehra
29, 2017 at 3:46 PM > To: user mailto:user@cassandra.apache.org>> > Subject: Re: UnauthorizedException: user has no select permissions when > quering Cassandra > > https://docs.datastax.com/en/cassandra/3.0/cassandra/configuration/secureConfigInternalAuth.html > > <https://docs.datastax.com/en/cassandra/3.0/cassandra/configuration/secureConfigInternalAuth.html>

Re: UnauthorizedException: user has no select permissions when quering Cassandra

2017-08-29 Thread Chuck Reynolds
ubject: Re: UnauthorizedException: user has no select permissions when quering Cassandra https://docs.datastax.com/en/cassandra/3.0/cassandra/configuration/secureConfigInternalAuth.html

Re: UnauthorizedException: user has no select permissions when quering Cassandra

2017-08-29 Thread Akhil Mehra
I could be that authorisation is added to a node without increasing the replication factor for the system_auth keyspace (https://docs.datastax.com/en/cassandra/3.0/cassandra/configuration/secureConfigInternalAuth.html

UnauthorizedException: user has no select permissions when quering Cassandra

2017-08-29 Thread Chuck Reynolds
I’m receiving the following error when quering a table that I know the user has super user rights to. It only happens about 10% of the time. com.datastax.driver.core.exceptions.UnauthorizedException: User test has no SELECT permission on or any of its parents.