Archive table ACLs are not honouredIssue Even when you have ACLs configured specifically to archived tables, they will still not be honored.CauseMissing/Misconfigured system property 'glide.security.enable_archive_table_acls' Scenario 1: 'glide.security.enable_archive_table_acls' is set to False Case (a). There are ACLs on archive tables(Eg: ACL such as ar_incident.*)In this scenario, irrespective of whether there are ACLs on archive tables or not, the system would give access to archive tables based on the ACLs for the base tables. So, if user has access to incident table, he would have access to ar_incident as well. Case (b). There are no ACLs on archive tablesSame explanation as above. The system would give access to archive tables based on the ACLs for the base tables. Scenario 2: 'glide.security.enable_archive_table_acls' is set to True Case (a). There are ACLs on archive tables(Eg: ACL such as ar_incident.*)The system would give the access to archive tables based on the ACLs defined for the archive tables. Case (b). There are no ACLs on archive tablesThe system would give access to archive tables based on the ACLs for the base tables.ResolutionConfigure the glide.security.enable_archive_table_acls property as needed. If there is no such property in the instance create one.