You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Petr Malik <pm...@tesora.com> on 2015/06/02 00:30:40 UTC

Rename User

Hello.

I know that Cassandra does not natively provide functionality for renaming users, just for altering passwords.

I implemented it in my application by creating a user with the new name and original password, granting it the privileges of the original user and dropping the original user.

The above procedure seems to work as expected, but I have been wondering if the reason why Cassandra does not support renaming natively is because it is actively trying to prevent anybody from doing this.

Are there any potential (security?) issues with user renaming and/or the outlined procedure?


Thanks.

P.