mirror of
https://github.com/openziti/ziti.git
synced 2026-09-10 16:55:41 +00:00
eba2afbe06
- denies non-admins the ability to create, read, refresh, or delete an enrollment belonging to an admin identity, since an enrollment carries the one-time-token/JWT used to enroll as its target identity - filters admin-identity enrollments out of enrollment lists for non-admin callers - denies access when the target identity or enrollment cannot be loaded rather than relying on a downstream handler - adds a permissions test covering each escalation path plus the admin-allowed behavior Backport to release-v2.0.x of #4013.