tailscale/cmd/k8s-operator
Percy Wegmann 2e95313b8b ssh,tempfork/gliderlabs/ssh: replace github.com/tailscale/golang-x-crypto/ssh with golang.org/x/crypto/ssh
The upstream crypto package now supports sending banners at any time during
authentication, so the Tailscale fork of crypto/ssh is no longer necessary.

github.com/tailscale/golang-x-crypto is still needed for some custom ACME
autocert functionality.

tempfork/gliderlabs is still necessary because of a few other customizations,
mostly related to TTY handling.

Originally implemented in 46fd4e58a2,
which was reverted in b60f6b849a to
keep the change out of v1.80.

Updates #8593

Signed-off-by: Percy Wegmann <percy@tailscale.com>
2025-01-31 16:36:39 -06:00
..
deploy cmd/k8s-operator: temporarily disable HA Ingress controller (#14833) 2025-01-30 11:36:33 +00:00
e2e
generate
connector.go
connector_test.go
depaware.txt ssh,tempfork/gliderlabs/ssh: replace github.com/tailscale/golang-x-crypto/ssh with golang.org/x/crypto/ssh 2025-01-31 16:36:39 -06:00
dnsrecords.go
dnsrecords_test.go
egress-eps.go
egress-eps_test.go
egress-pod-readiness.go cmd/k8s-operator: check that cluster traffic is routed to egress ProxyGroup Pod before marking it as ready (#14792) 2025-01-30 08:47:45 +00:00
egress-pod-readiness_test.go cmd/k8s-operator: check that cluster traffic is routed to egress ProxyGroup Pod before marking it as ready (#14792) 2025-01-30 08:47:45 +00:00
egress-services-readiness.go cmd/k8s-operator: check that cluster traffic is routed to egress ProxyGroup Pod before marking it as ready (#14792) 2025-01-30 08:47:45 +00:00
egress-services-readiness_test.go
egress-services.go
egress-services_test.go
ingress-for-pg.go
ingress-for-pg_test.go
ingress.go
ingress_test.go
metrics_resources.go
nameserver.go
nameserver_test.go
operator.go cmd/k8s-operator: temporarily disable HA Ingress controller (#14833) 2025-01-30 11:36:33 +00:00
operator_test.go cmd/k8s-operator: don't set deprecated configfile hash on new proxies (#14817) 2025-01-29 15:48:05 +00:00
proxy.go
proxy_test.go
proxyclass.go
proxyclass_test.go
proxygroup.go
proxygroup_specs.go
proxygroup_test.go
sts.go cmd/k8s-operator: don't set deprecated configfile hash on new proxies (#14817) 2025-01-29 15:48:05 +00:00
sts_test.go
svc.go
testutils_test.go cmd/k8s-operator: check that cluster traffic is routed to egress ProxyGroup Pod before marking it as ready (#14792) 2025-01-30 08:47:45 +00:00
tsclient.go
tsrecorder.go
tsrecorder_specs.go
tsrecorder_specs_test.go
tsrecorder_test.go