6a73c0bdf5
Add new arguments to `tailscale up` so authkeys can be generated dynamically via identity federation. Updates #9192 Signed-off-by: mcoulombe <max@tailscale.com>
8 lines
277 B
Go
8 lines
277 B
Go
// Copyright (c) Tailscale Inc & AUTHORS
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
// Package identityfederation registers support for authkey resolution
|
|
// via identity federation if it's not disabled by the
|
|
// ts_omit_identityfederation build tag.
|
|
package identityfederation
|