mirror of
https://github.com/juanfont/headscale.git
synced 2026-01-22 18:18:00 +00:00
Fix ownership description for auto approved routers/exits
Just the tags tag:router and tag:exit are owned by alice. Upon join, those nodes will have their ownership transferred from alice to the system user "tagged-devices".
This commit is contained in:
parent
25a7434830
commit
8387c9cd82
1 changed files with 4 additions and 5 deletions
|
|
@ -111,9 +111,9 @@ approval of routes served with a subnet router.
|
|||
|
||||
The ACL snippet below defines the tag `tag:router` owned by the user `alice`. This tag is used for `routes` in the
|
||||
`autoApprovers` section. The IPv4 route `192.168.0.0/24` is automatically approved once announced by a subnet router
|
||||
owned by the user `alice` and that also advertises the tag `tag:router`.
|
||||
that advertises the tag `tag:router`.
|
||||
|
||||
```json title="Subnet routers owned by alice and tagged with tag:router are automatically approved"
|
||||
```json title="Subnet routers tagged with tag:router are automatically approved"
|
||||
{
|
||||
"tagOwners": {
|
||||
"tag:router": ["alice@"]
|
||||
|
|
@ -260,10 +260,9 @@ in a tailnet. Headscale supports the `autoApprovers` section of an ACL to automa
|
|||
soon as it joins the tailnet.
|
||||
|
||||
The ACL snippet below defines the tag `tag:exit` owned by the user `alice`. This tag is used for `exitNode` in the
|
||||
`autoApprovers` section. A new exit node which is owned by the user `alice` and that also advertises the tag `tag:exit`
|
||||
is automatically approved:
|
||||
`autoApprovers` section. A new exit node that advertises the tag `tag:exit` is automatically approved:
|
||||
|
||||
```json title="Exit nodes owned by alice and tagged with tag:exit are automatically approved"
|
||||
```json title="Exit nodes tagged with tag:exit are automatically approved"
|
||||
{
|
||||
"tagOwners": {
|
||||
"tag:exit": ["alice@"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue