tailscale / tailscale-client-go

A client implementation for the Tailscale HTTP API
MIT License
61 stars 27 forks source link

Allow specifying ETag value while setting ACLs #38

Closed knyar closed 1 year ago

knyar commented 1 year ago

This adds a WithETag option that allows specifying an ETag value while writing ACL contents.

Also, a few missing ACL file fields have been added based on https://tailscale.com/kb/1018/acls/

Updates tailscale/terraform-provider-tailscale#182

Signed-off-by: Anton Tolchanov anton@tailscale.com