mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-28 05:58:20 +00:00
This commit modifies our `Connector`, `ProxyGroup` and `Recorder` resources by adding a new field named "tailnet" that will be used to specify the set of oauth credentials that should be used to generate the auth key that authenticates them. This field is optional and when set should contain the name of an existing `Tailnet` resource. Updates: https://github.com/tailscale/corp/issues/35132 Signed-off-by: David Bond <davidsbond93@gmail.com>