Creating Cassandra user roles with full database access
Version:
Give Pega Platform full access to your external database by creating Cassandra user roles with full access permissions.
-
Create a Cassandra user role by running the
create role
CQL command:create role role_name with password = role_password and login = true
create role pega_user with password = passwordxmp and login = true
For more information about thecreate role
CQL command, see the DataStax documentation. -
Give full database access to the user role by running the
grant
CQL command:grant all permission on all keyspaces to rolename
grant all permission on all keyspaces to pegauser
For more information about thegrant
CQL command, see the DataStax documentation.
- Configuring the Decision Data Store service
Store decision management data in a Cassandra database and manage the Cassandra cluster by configuring the Decision Data Store (DDS) service.