mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-26 10:14:52 +09:00
5401edb6a8
The filter lived in ACL.UnmarshalJSON, so grants, ssh and nodeAttrs still hit RejectUnknownMembers. Strip the members in the HuJSON AST instead, at the single decode entrypoint. Grant "app" payloads are left untouched. Fixes #3479