Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow ACLs to be written as YAML #326

Closed
kradalby opened this issue Feb 18, 2022 · 0 comments · Fixed by #359
Closed

Allow ACLs to be written as YAML #326

kradalby opened this issue Feb 18, 2022 · 0 comments · Fixed by #359
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@kradalby
Copy link
Collaborator

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).

@kradalby kradalby added the enhancement New feature or request label Feb 18, 2022
@kradalby kradalby added the good first issue Good for newcomers label Feb 26, 2022
@kradalby kradalby self-assigned this Feb 27, 2022
@kradalby kradalby mentioned this issue Feb 27, 2022
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant