tailscale/cmd/k8s-operator
Maisem Ali 335a5aaf9a cmd/k8s-operator: add APISERVER_PROXY env
The kube-apiserver proxy in the operator would only run in
auth proxy mode but thats not always desirable. There are
situations where the proxy should just be a transparent
proxy and not inject auth headers, so do that using a new
env var APISERVER_PROXY and deprecate the AUTH_PROXY env.

THe new env var has three options `false`, `true` and `noauth`.

Updates #8317

Signed-off-by: Maisem Ali <maisem@tailscale.com>
2023-09-15 09:18:18 -05:00
..
manifests cmd/k8s-operator: update RBAC to allow creating events 2023-08-28 13:15:04 -07:00
ingress.go cmd/k8s-operator: emit event if HTTPS is disabled on Tailnet 2023-08-30 10:53:40 -07:00
operator_test.go cmd/k8s-operator,cmd/containerboot: add kube egress proxy (#9031) 2023-08-30 08:31:37 +01:00
operator.go cmd/k8s-operator: add APISERVER_PROXY env 2023-09-15 09:18:18 -05:00
proxy_test.go all: adjust some build tags for plan9 2023-08-24 15:42:35 -07:00
proxy.go cmd/k8s-operator: add APISERVER_PROXY env 2023-09-15 09:18:18 -05:00
sts.go cmd/k8s-operator: emit event if HTTPS is disabled on Tailnet 2023-08-30 10:53:40 -07:00
svc.go cmd/k8s-operator: add metrics to track usage 2023-08-30 10:33:54 -07:00