File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -292,10 +292,10 @@ type (
292292 // ACL contains the schema for a tailnet policy file. More details: https://tailscale.com/kb/1018/acls/
293293 ACL struct {
294294 ACLs []ACLEntry `json:"acls,omitempty" hujson:"ACLs,omitempty"`
295- AutoApprovers * ACLAutoApprovers `json:"autoapprovers ,omitempty" hujson:"AutoApprovers,omitempty"`
295+ AutoApprovers * ACLAutoApprovers `json:"autoApprovers ,omitempty" hujson:"AutoApprovers,omitempty"`
296296 Groups map [string ][]string `json:"groups,omitempty" hujson:"Groups,omitempty"`
297297 Hosts map [string ]string `json:"hosts,omitempty" hujson:"Hosts,omitempty"`
298- TagOwners map [string ][]string `json:"tagowners ,omitempty" hujson:"TagOwners,omitempty"`
298+ TagOwners map [string ][]string `json:"tagOwners ,omitempty" hujson:"TagOwners,omitempty"`
299299 DERPMap * ACLDERPMap `json:"derpMap,omitempty" hujson:"DerpMap,omitempty"`
300300 Tests []ACLTest `json:"tests,omitempty" hujson:"Tests,omitempty"`
301301 SSH []ACLSSH `json:"ssh,omitempty" hujson:"SSH,omitempty"`
You can’t perform that action at this time.
0 commit comments