You can disable policy access controls (ACEs set in security policies) at the
cluster-level through the cldb.pbs.access.control.enabled option in the CLI
and REST API and through the Ignore Policy Access Control option in the Control System.
cldb.pbs.access.control.enabled option is the
fastest way for administrators to turn security policies off in a cluster. -getace parameter.| Policy Access Controls | Description |
|---|---|
| Enabled |
|
| Disabled |
|
The following sections describe how to enable and disable policy access controls (ACEs set in security policies) at the cluster-level:
config save
command and set the cldb.pbs.access.control.enabled
property to one of the following values:
0 — disables security policy ACE enforcement for
data operations in the cluster1 — enables security policy ACE enforcement for
data operations in the cluster/opt/mapr/bin/maprcli config save -values '{"cldb.pbs.access.control.enabled":"0"}'
/opt/mapr/bin/maprcli config save -values '{"cldb.pbs.access.control.enabled":"1"}'