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/cmd/containerboot
Josh McKinney 6d84c2813a
cmd/containerboot: load auth key from file if TS_AUTHKEY_FILE is set
This changes adds a new environment variable `TS_AUTHKEY_FILE`, that
can be used instead of `TS_AUTHKEY` to specify the auth key to use for
login. TS_AUTHKEY takes precedence over TS_AUTHKEY_FILE, if both are
set.

This is useful for cases where the auth key is stored in a docker secret
or similar, and makes it possible to avoid storing the auth key in a
docker compose file.

Fixes <https://github.com/tailscale/tailscale/issues/14210>

Signed-off-by: Josh McKinney <joshka@users.noreply.github.com>
6 months ago
..
certs.go cmd/{k8s-operator,containerboot}: check TLS cert before advertising VIPService (#15427) 8 months ago
certs_test.go cmd/containerboot: manage HA Ingress TLS certs from containerboot (#15303) 9 months ago
egressservices.go cmd/containerboot,kube/ingressservices: proxy VIPService TCP/UDP traffic to cluster Services (#15897) 7 months ago
egressservices_test.go cmd/containerboot,kube/ingressservices: proxy VIPService TCP/UDP traffic to cluster Services (#15897) 7 months ago
forwarding.go cmd/containerboot,util/linuxfw: create a SNAT rule for dst/src only once, clean up if needed (#13658) 1 year ago
healthz.go cmd/{containerboot,k8s-operator},kube/kubetypes: unadvertise ingress services on shutdown (#15451) 8 months ago
ingressservices.go cmd/containerboot,kube/ingressservices: proxy VIPService TCP/UDP traffic to cluster Services (#15897) 7 months ago
ingressservices_test.go cmd/containerboot,kube/ingressservices: proxy VIPService TCP/UDP traffic to cluster Services (#15897) 7 months ago
kube.go cmd/containerboot: wait for consistent state on shutdown (#14263) 10 months ago
kube_test.go cmd/containerboot: wait for consistent state on shutdown (#14263) 10 months ago
main.go cmd/containerboot: load auth key from file if TS_AUTHKEY_FILE is set 6 months ago
main_test.go cmd/containerboot: load auth key from file if TS_AUTHKEY_FILE is set 6 months ago
metrics.go cmd/{containerboot,k8s-operator},kube/kubetypes: unadvertise ingress services on shutdown (#15451) 8 months ago
serve.go cmd/containerboot,kube/ingressservices: proxy VIPService TCP/UDP traffic to cluster Services (#15897) 7 months ago
serve_test.go cmd/containerboot: manage HA Ingress TLS certs from containerboot (#15303) 9 months ago
services.go cmd/containerboot,kube/ingressservices: proxy VIPService TCP/UDP traffic to cluster Services (#15897) 7 months ago
settings.go cmd/containerboot: load auth key from file if TS_AUTHKEY_FILE is set 6 months ago
tailscaled.go cmd/containerboot: speed up tests (#14883) 8 months ago
test_tailscale.sh cmd/containerboot: make a tests table, add more tests. 3 years ago
test_tailscaled.sh cmd/containerboot: avoid leaking bash scripts after test runs 2 years ago