tailscale-client-go
tailscale-client-go copied to clipboard
A client implementation for the Tailscale HTTP API
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.19.0 to 0.20.0. Commits 84cb9f7 oauth2: fix typo in comment 4b7f0bd go.mod: update cloud.google.com/go/compute/metadata dependency e11eea8 microsoft: added DeviceAuthURL to AzureADEndpoint See full diff in compare view...
Thank you for this lovely project 👋 Would it be possible to add an option to configure the `http.Client` set in: https://github.com/tailscale/tailscale-client-go/blob/b40c082c85b730c5976bcf283ab99495673a667f/tailscale/client.go#L77 This is useful for implementing retries via https://github.com/hashicorp/go-retryablehttp
Constant stream of logs showing up when `tailscale` is up ```bash E0420 17:02:18.969343 120985 reflector.go:147] k8s.io/[email protected]/tools/cache/reflector.go:229: Failed to watch *unstructured.Unstructured: failed to list *unstructured.Unstructured: Get "https://100.71.227.32:6443/api/v1/namespaces?fieldSelector=metadata.name%3Dmariadb-operator&resourceVersion=8422293": dial tcp 100.71.227.32:6443: connect:...
Hello team, Would it make sense to add support for the network-flow-logs side of the API? Or perhaps you don't consider that part of the API? Happy to prepare a...
Support logstream configuration endpoints in the client. Updates https://github.com/tailscale/corp/issues/21623
It's useful to look at the commits individually.
With the release of IP sets to GA and grants to beta (https://tailscale.com/blog/via) it would be great to have ACL type updated to reflect these features. I can bring PR...
Without a `c.init()` in the `UseOAuth` method, `BaseURL` must be specified, or this code will result in a SIGSEGV on client.go:121 (122 after this commit). This is _one possible_ way...
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.23.0 to 0.26.0. Commits b9c813b google: add warning about externally-provided credentials 49a531d all: make method and struct comments match the names 22134a4 README: don't recommend go get...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0. Release notes Sourced from github.com/stretchr/testify's releases. v1.10.0 What's Changed Functional Changes Add PanicAssertionFunc by @fahimbagar in stretchr/testify#1337 assert: deprecate CompareType by @dolmen in stretchr/testify#1566...