mirror of
https://github.com/tailscale/tailscale.git
synced 2025-01-07 08:07:42 +00:00
tailcfg: add CapabilityHTTPS const
A #cleanup Signed-off-by: Sonia Appasamy <sonia@tailscale.com>
This commit is contained in:
parent
66e46bf501
commit
34bfd7b419
@ -1940,6 +1940,7 @@ type Oauth2Token struct {
|
|||||||
CapabilitySSHRuleIn = "https://tailscale.com/cap/ssh-rule-in" // some SSH rule reach this node
|
CapabilitySSHRuleIn = "https://tailscale.com/cap/ssh-rule-in" // some SSH rule reach this node
|
||||||
CapabilityDataPlaneAuditLogs = "https://tailscale.com/cap/data-plane-audit-logs" // feature enabled
|
CapabilityDataPlaneAuditLogs = "https://tailscale.com/cap/data-plane-audit-logs" // feature enabled
|
||||||
CapabilityDebug = "https://tailscale.com/cap/debug" // exposes debug endpoints over the PeerAPI
|
CapabilityDebug = "https://tailscale.com/cap/debug" // exposes debug endpoints over the PeerAPI
|
||||||
|
CapabilityHTTPS = "https" // https cert provisioning enabled on tailnet
|
||||||
|
|
||||||
// CapabilityBindToInterfaceByRoute changes how Darwin nodes create
|
// CapabilityBindToInterfaceByRoute changes how Darwin nodes create
|
||||||
// sockets (in the net/netns package). See that package for more
|
// sockets (in the net/netns package). See that package for more
|
||||||
|
Loading…
x
Reference in New Issue
Block a user