Allow ACLs to be written as YAML #122

Closed
opened 2025-12-29 01:23:32 +01:00 by adam · 0 comments
Owner

Originally created by @kradalby on GitHub (Feb 18, 2022).

Originally assigned to: @kradalby on GitHub.

Depends on the release of #320 and #311.

Currently ACLs are written in Tailscales HUJSON (Human JSON) format, while better than JSON, it is still quite a lot of characters and curly braces.

Let's add the ability to load them from YAML (make sure we use yaml.v3 or something that support YAML anchors and pointers).

Originally created by @kradalby on GitHub (Feb 18, 2022). Originally assigned to: @kradalby on GitHub. Depends on the release of #320 and #311. Currently ACLs are written in Tailscales HUJSON (Human JSON) format, while better than JSON, it is still quite a lot of characters and curly braces. Let's add the ability to load them from YAML (make sure we use yaml.v3 or something that support YAML anchors and pointers).
adam added the enhancementgood first issue labels 2025-12-29 01:23:32 +01:00
adam closed this issue 2025-12-29 01:23:33 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#122