From e87fc65b7c30e6c14db429b39710a13b44f0a1ff Mon Sep 17 00:00:00 2001 From: Florian Preinstorfer Date: Sun, 17 Nov 2024 14:24:46 +0100 Subject: [PATCH] Link back to node registration docs --- docs/ref/acls.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/ref/acls.md b/docs/ref/acls.md index a621da5d..d7ceb629 100644 --- a/docs/ref/acls.md +++ b/docs/ref/acls.md @@ -45,11 +45,11 @@ headscale server. ACLs have to be written in [huJSON](https://github.com/tailscale/hujson). -When registering the servers we will need to add the flag -`--advertise-tags=tag:,tag:`, and the user that is -registering the server should be allowed to do it. Since anyone can add tags to -a server they can register, the check of the tags is done on headscale server -and only valid tags are applied. A tag is valid if the user that is +When [registering the servers](../usage/getting-started.md#register-a-node) we +will need to add the flag `--advertise-tags=tag:,tag:`, and the user +that is registering the server should be allowed to do it. Since anyone can add +tags to a server they can register, the check of the tags is done on headscale +server and only valid tags are applied. A tag is valid if the user that is registering it is allowed to do it. To use ACLs in headscale, you must edit your `config.yaml` file. In there you will find a `policy.path` parameter. This will need to point to your ACL file. More info on how these policies are written can be found [here](https://tailscale.com/kb/1018/acls/).