PraveenMathew92 / rentals

A reactive api using spring web flux for any rental service
0 stars 1 forks source link

Different Keyspace for each consumer #6

Open PraveenMathew92 opened 5 years ago

PraveenMathew92 commented 5 years ago

I am planning to create a separate keyspace for each consumer.

Care should be taken to ensure that the consumer has access to their keyspace but to other keyspaces. This will be done using a role-based access control.

Each consumer will have a role against them and role gives them access to their respective keyspace and not to the other keyspaces in the database.

PraveenMathew92 commented 5 years ago

The consumer needs to be authenticated. Cassandra's role-based authentication might come handy