HomeSoftware Heritage

Switch to role management instead of user one for cassandra > 2.2
6e3105bbcb2dUnpublished

Unpublished Commit · Learn More

  • Repository Importing: This repository is still importing.
  • Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

Switch to role management instead of user one for cassandra > 2.2

CREATE USER, DROP USER, LIST USERS are deprecated in favor of
CREATE ROLE, DROP ROLE, LIST ROLES.
This PR introduces the changes regarding user management by
switching to roles for cassandra version greater or equal 2.2

CREATE USER is supported for backwards compatibility only.
Authentication and authorization for Cassandra 2.2 and later are
based on ROLES, and use CREATE ROLE instead [1]

[1]. http://docs.datastax.com/en/cql/3.3/cql/cql_reference/cqlCreateUser.html

Details

Provenance
Sergey Kulanov <sergey@kulanov.org.ua>Authored on May 20 2017, 10:28 PM
Sergiy Kulanov <s.kulanov@elsevier.com>Committed on May 22 2017, 1:00 PM
olasdPushed on Dec 20 2019, 2:38 PM
Parents
R208:b6e328b68631: Release 2.4.1 (#385)
Branches
Unknown
Tags
Unknown

Event Timeline