mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-19 06:44:58 +09:00
policy,state: authorize reauth tags against the authenticating user
Re-authenticating a tagged node with --advertise-tags checked the tag-owned
node, not the authenticating user, so every tag was rejected.
Fixes #3374
(cherry picked from commit 6275e3a356)
This commit is contained in:
committed by
Kristoffer Dalby
parent
1fccdb18bd
commit
4a1e77359d
@@ -8,6 +8,7 @@
|
||||
|
||||
- Fix tagged node stuck expired after `tailscale logout`, unable to re-authenticate [#3394](https://github.com/juanfont/headscale/pull/3394)
|
||||
- Re-registering a tagged node with a different pre-auth key now applies the new key's tags instead of silently keeping the old ones [#3394](https://github.com/juanfont/headscale/pull/3394)
|
||||
- Fix re-authenticating an already-tagged node with `--advertise-tags` being rejected when the authenticating user owns the tags [#3394](https://github.com/juanfont/headscale/pull/3394)
|
||||
|
||||
## 0.29.2 (2026-07-01)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user