Enforce GroupBy ACLs

  • Rversion finale: Australia
  • Mis à jour 12 mars 2026
  • 1 minute de lecture
  • 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
    • 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 prerequisites None