You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/control/controlclient
Nick Khyl 11d205f6c4 control/controlclient,posture,util/syspolicy: use predefined syspolicy keys instead of string literals
With the upcoming syspolicy changes, it's imperative that all syspolicy keys are defined in the syspolicy package
for proper registration. Otherwise, the corresponding policy settings will not be read.

This updates a couple of places where we still use string literals rather than syspolicy consts.

Updates #12687

Signed-off-by: Nick Khyl <nickk@tailscale.com>
1 year ago
..
auto.go control/controlclient: delete unused Client.Login Oauth2Token field 2 years ago
client.go control/controlclient: delete unused Client.Login Oauth2Token field 2 years ago
controlclient_test.go all: use Go 1.22 range-over-int 2 years ago
direct.go {control,net}: close idle connections of custom transports 1 year ago
direct_test.go tka: test SigCredential signatures and netmap filtering 1 year ago
map.go tailcfg,all: add/plumb Node.IsJailed 2 years ago
map_test.go all: use Go 1.22 range-over-int 2 years ago
noise.go cmd/tailscale/cli: actually perform Noise request in 'debug ts2021' 1 year ago
noise_test.go cmd/tailscale/cli: actually perform Noise request in 'debug ts2021' 1 year ago
sign.go all: update copyright and license headers 3 years ago
sign_supported.go control/controlclient,posture,util/syspolicy: use predefined syspolicy keys instead of string literals 1 year ago
sign_supported_test.go all: update copyright and license headers 3 years ago
sign_unsupported.go control/controlclient: support certstore without cgo 2 years ago
status.go all: implement AppendText alongside MarshalText (#9207) 2 years ago