You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per https://github.com/tailscale/caddy-tailscale/blob/main/auth.go#L148, func (ta Auth) Authenticate disallows any nodes with tags. I'm curious what scenarios this is intended to prevent, and whether it would be reasonable to relax this constraint and handle the security concerns through ACLs?
Thank you