summaryrefslogtreecommitdiffhomepage
path: root/ipn/store
AgeCommit message (Expand)AuthorFilesLines
2025-06-18feature/tpm: implement ipn.StateStore using TPM sealing (#16030)Andrew Lytvynov1-0/+2
2025-05-21ipn/store: remove a layer of indirection for registering stores (#15986)Andrew Lytvynov4-21/+4
2025-05-07ipn/store: don't link in AWS & Kubernetes stuff on AndroidBrad Fitzpatrick2-2/+2
2025-03-25ipn/store/kubestore: skip cache for the write replica in cert share mode (#15...Irbe Krumina2-29/+41
2025-03-19cmd/k8s-operator: configure proxies for HA Ingress to run in cert share mode ...Irbe Krumina1-1/+1
2025-03-18ipn/store/kubestore,kube,envknob,cmd/tailscaled/depaware.txt: allow kubestore...Irbe Krumina2-77/+823
2025-03-03ipn/store/kubestore: sanitize keys loaded to in-memory store (#15178)Irbe Krumina2-3/+8
2025-02-28ipn/store/awsstore: allow providing a KMS keyLee Briggs4-43/+157
2025-02-27ipn/{ipnlocal,store},kube/kubeclient: store TLS cert and key pair to a Secret...Irbe Krumina2-25/+234
2024-11-19kube/{kubeapi,kubeclient},ipn/store/kubestore,cmd/{containerboot,k8s-operator...Irbe Krumina1-9/+35
2024-10-27ipn/store/kubestore: don't error if state cannot be preloaded (#13926)Irbe Krumina1-1/+1
2024-10-26ipn/store/kubestore: cache state in memory (#13918)Irbe Krumina2-31/+67
2024-09-08kube,cmd/{k8s-operator,containerboot},envknob,ipn/store/kubestore,*/depaware....Irbe Krumina1-2/+2
2024-09-08kube,cmd/{k8s-operator,containerboot},envknob,ipn/store/kubestore,*/depaware....Irbe Krumina1-10/+11
2024-07-10all: add test for package comments, fix, add comments as neededBrad Fitzpatrick1-1/+0
2024-06-26ci: enable checklocks workflow for specific packagesAndrew Dunham1-1/+2
2024-05-31ipn/store/kubestore, cmd/containerboot: allow overriding client api server UR...ChandonPierre1-0/+5
2024-04-29cmd/containerboot,kube,ipn/store/kubestore: allow interactive login on kube, ...Irbe Krumina1-4/+18
2024-04-17ipn/store: omit AWS & Kubernetes support on 'small' Linux GOARCHesBrad Fitzpatrick3-7/+25
2023-08-29cmd/k8s-operator,ipn/store/kubestore: patch secrets instead of updatingMaisem Ali1-0/+19
2023-04-24ipn/store/awsstore: persist state with intelligent tieringMarwan Sulaiman1-2/+13
2023-03-29ipn/store: add support for stores to hook into a custom dialerMaisem Ali1-0/+5
2023-03-23ipn/store/kubestore: handle "/" in ipn.StateKeysMaisem Ali1-3/+15
2023-02-01all: use Go 1.20's bytes.CloneBrad Fitzpatrick2-2/+3
2023-01-27all: update copyright and license headersWill Norris8-24/+16
2023-01-20go.mod: bump AWS SDK past a breaking API change of theirsBrad Fitzpatrick1-2/+2
2022-11-04all: remove old +build tagsBrad Fitzpatrick3-3/+0
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun1-2/+1
2022-08-02all: gofmt for Go 1.19Brad Fitzpatrick1-4/+4
2022-07-27ipn/store/awsstore: add "ts_omit_aws" build tag to reduce binary sizeBrad Fitzpatrick2-5/+6
2022-04-21util/mak: move tailssh's mapSet into a new package for reuse elsewhereBrad Fitzpatrick1-4/+2
2022-02-28ipn/store: [TestNewStore] do not use an empty fileMaisem Ali2-15/+3
2022-02-28ipn/store: add common package for instantiating ipn.StateStoresMaisem Ali8-7/+573
2021-11-29ipn/store/aws: support using sub-paths in parametersThomas Weiß1-1/+1
2021-10-12all: fix spelling mistakesnicksherron1-1/+1
2021-10-12ipn/store/aws, cmd/tailscaled: add AWS SSM ipn.StateStore implementationMaxime VISONNEAU3-0/+360