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
I just tried to send a file from my vps (that has the tag tag:server) to my macbook (that has no tags assigned). And it worked. Without any intervention, it straightup placed the file in my Downloads folder.
The server-tagged devices are not allowed to talk to my personal devices, but fine, Taildrop ignores ACLs. But as it mentions in the docs, that you cannot use Taildrop to send files to and from nodes you have tagged., I think that this is a bug.
Can anyone reproduce this?
Expected Behavior
According to https://tailscale.com/kb/1106/taildrop, Taildrop permits you to share files between devices that you are logged in to, even if ACLs are used to restrict access to the devices. You cannot use Taildrop to send files to and from nodes you have tagged..
Therefore, it should not be possible to send files from tagged nodes to un-tagged nodes and vice versa.
(It also would be amazing if there could be a flag in the config to disable Taildrop completely, as this is also possible to disable in the Tailscale Admin Console. I will create a separate feature request for that.)
Steps To Reproduce
Access a node that has a tag assigned.
Prepare the tailnet ip of a target device without tags.
Use sudo tailscale file cp <yourfile.png> <target-ip>:
If the target is linux, use sudo tailscale file get to see, if it arrives. on macOS it should already land in the Downloads folder right away.
You are right, this does not conform with upstream, I've attached this to our tags tracking bug, the plan is to go over the whole tag system as it is broken in several ways.
Is this a support request?
Is there an existing issue for this?
Current Behavior
I just tried to send a file from my vps (that has the tag
tag:server
) to my macbook (that has no tags assigned). And it worked. Without any intervention, it straightup placed the file in my Downloads folder.The server-tagged devices are not allowed to talk to my personal devices, but fine, Taildrop ignores ACLs. But as it mentions in the docs, that you
cannot use Taildrop to send files to and from nodes you have tagged.
, I think that this is a bug.Can anyone reproduce this?
Expected Behavior
According to https://tailscale.com/kb/1106/taildrop,
Taildrop permits you to share files between devices that you are logged in to, even if ACLs are used to restrict access to the devices. You cannot use Taildrop to send files to and from nodes you have tagged.
.Therefore, it should not be possible to send files from tagged nodes to un-tagged nodes and vice versa.
(It also would be amazing if there could be a flag in the config to disable Taildrop completely, as this is also possible to disable in the Tailscale Admin Console. I will create a separate feature request for that.)
Steps To Reproduce
sudo tailscale file cp <yourfile.png> <target-ip>:
sudo tailscale file get
to see, if it arrives. on macOS it should already land in the Downloads folder right away.Environment
Runtime environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: