Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

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

AttributeDescription
Configuration nameglide.security.groupby_acl_check
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeBoolean
Recommended valuetrue
Default valuetrue
CategoryAccess control
Security risk
  • Severity score: 3.7
  • CVSS score: Low
  • Security risk details: Setting this property to false will disable ACLs check on groupby columns which could lead to information leakage.
Dependencies and prerequisitesNone

Parent Topic:Access control