openhab / openhabian

openHABian - empowering the smart home, for Raspberry Pi and Debian systems
https://community.openhab.org/t/13379
ISC License
822 stars 251 forks source link

Add or reset tags on Tailscale install #1552

Closed mstormi closed 3 years ago

mstormi commented 3 years ago

to allow for tagging of clients (use in ACLs etc)

Signed-off-by: Markus Storm markus.storm@gmx.net

mstormi commented 3 years ago

I don't know exactly why this is important

Well I guess you haven't used tailscale yet, I myself just started discovering a number of features it provides. It's cool stuff IMHO, give it a try just for the sake of it. Actually for security reasons I was looking for a means to have an asynchronous VPN where a master can log into/provision slave sites but not the other way round. You can have this with ACL. Tailscale ACLs can be created on their admin web console with JSON style input, and they're based on tags so tags need to be applied to devices which is what we now can do with this PR.