Enforce GroupBy ACLs
Configure your instance to conduct ACL checks on groupby columns.
Use the glide.security.groupby_acl_check system property to configure your instance to conduct ACL checks on groupby columns. If this property is set to the recommended value of true, then ACLs on groupby columns are honored by default. A table's groupby_acl_check attribute takes precedent over the glide.security.groupby_acl_check property. If the property is set to false, then ensure that any table which should have ACL checks on groupby columns has the groupby_acl_check attribute set to true.
Ensure the property glide.security.groupby_acl_check is set to true.
More information
| Attribute | Description |
|---|---|
| Configuration name | glide.security.groupby_acl_check |
| Configuration type | System Properties (/sys_properties_list.do) |
| Data type | Boolean |
| Recommended value | true |
| Default value | true |
| Category | Access control |
| Security risk |
|
| Dependencies and prerequisites | None |