SV-87253r1_rule
V-72621
SRG-APP-000033-DB-000084
VROM-CS-000005
CAT I
10
Configure the Cassandra Server settings and access controls to permit user access only to objects and data that the user is authorized to view or interact with, and to prevent access to all other objects and data.
At the command line execute the following command:
# sed -i 's/^.*\bauthorizer:.*$/authorizer: CassandraAuthorizer/' /usr/lib/vmware-vcops/user/conf/cassandra/cassandra.yaml
Check the Cassandra Server settings to determine whether users are restricted from accessing objects and data they are not authorized to access.
At the command prompt, execute the following command:
# grep '^\s*authorizer:' /usr/lib/vmware-vcops/user/conf/cassandra/cassandra.yaml
If the line below is returned, this is a finding:
authorizer: AllowAllAuthorizer
V-72621
False
VROM-CS-000005
Check the Cassandra Server settings to determine whether users are restricted from accessing objects and data they are not authorized to access.
At the command prompt, execute the following command:
# grep '^\s*authorizer:' /usr/lib/vmware-vcops/user/conf/cassandra/cassandra.yaml
If the line below is returned, this is a finding:
authorizer: AllowAllAuthorizer
M
3179