mirror of
https://github.com/openziti/ziti.git
synced 2026-09-10 08:45:41 +00:00
091ca0ef07
- fixes the service-policy enforcer, list-service-identities, and list-identity-services queries to filter policy type by the string-mapped value (type = "Dial"/"Bind") instead of the numeric id - the numeric predicate never matched after the type symbol was changed to a string mapping, so the enforcer treated every non-admin legacy session as policy-less and deleted it on each startup scan, and the list filters returned empty - adds a db regression test asserting the enforcer's identity->servicePolicies type/services predicate matches a covering policy via the string form