Re: only grant select , but still can modify data

2015-08-06 Thread Rock Zhang
I am using C*2.1 and DevCenter 1.3.1, it is not easy to upgrade C*2.1 to C*2.2 since it running in production, but I will upgrade the DevCenter. Thanks Rock On Aug 5, 2015, at 2:03 PM, Dan Jatnieks wrote: Hi Rock, I was not able to reproduce this problem using C* 2.2 and DevCenter 1.4. What v

Re: only grant select , but still can modify data

2015-08-05 Thread Russell Bradberry
Did you set your authorizer correctly? http://docs.datastax.com/en/cassandra/1.2/cassandra/security/secure_config_native_authorize_t.html -Russ From: Dan Jatnieks Reply-To: Date: Wednesday, August 5, 2015 at 5:03 PM To: Subject: Re: only grant select , but still can modify data Hi Rock

Re: only grant select , but still can modify data

2015-08-05 Thread Dan Jatnieks
Hi Rock, I was not able to reproduce this problem using C* 2.2 and DevCenter 1.4. What versions are you using? Did you check that the DevCenter connection properties are using the "readonly" account and that any existing connection was closed and re-opened? Did you get the expected result with cql

only grant select , but still can modify data

2015-08-03 Thread rock zhang
Hi All, I want to create a readonly account, so i run the following command following: http://docs.datastax.com/en/cassandra/1.2/cassandra/security/security_config_native_authenticate_t.html CREATE USER readonly WITH PASSWORD '' ; GRANT SELECT ON ALL KEYSPACES TO readonly; Then I login De