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
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>
2 months ago
..
controlbase all: use Go 1.22 range-over-int 6 months ago
controlclient control/controlclient,posture,util/syspolicy: use predefined syspolicy keys instead of string literals 2 months ago
controlhttp go.{mod,sum}: migrate from nhooyr.io/websocket to github.com/coder/websocket 2 months ago
controlknobs health: introduce captive-portal-detected Warnable (#12707) 3 months ago