-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Security/AuthorizationRoles, Privileges, DLS/FLS, RBAC/ABACRoles, Privileges, DLS/FLS, RBAC/ABAC>enhancementTeam:SecurityMeta label for security teamMeta label for security team
Description
In #36017, a targeted improvement is made to the pattern matching for indices permissions to improve the exact match performance and building of permissions. @tvernum suggested that we can extract this logic into a Patterns class and update other places where pattern matching is done. Also, we can investigate the performance of other methods such as String#startsWith and String#endsWith in certain cases in place of a Automaton.
Metadata
Metadata
Assignees
Labels
:Security/AuthorizationRoles, Privileges, DLS/FLS, RBAC/ABACRoles, Privileges, DLS/FLS, RBAC/ABAC>enhancementTeam:SecurityMeta label for security teamMeta label for security team