Térence

Results 17 comments of Térence

We are having the same problem with clusters bootstrapped from external non-CNPG databases. The operator keeps trying to alter the app role after booting the base and fails with `ERROR:...

It would be even nicer to have the info when creating the exit node

Hi, @plittlefield , thanks for opening an issue ! Sorry the error is pretty obscure and the README doesn't tell enough, the 401 is not coming from AWS but from...

Thanks for giving it time. I think the problem comes from using Headscale. Tailout only queries the Tailscale API and I haven't tested it with Headscale. I'm working on #33...

I just pushed the feature, you can try by updating to v0.3.2 : `go install github.com/cterence/[email protected]` whenever you feel like it! There is a new `--tailscale-base-url` flag that you can...

Hey thanks for reporting back, I've been able to reproduce your issue using a Headscale instance I just set up. The API call that the Tailscale go client when running...

Reporting back, it appears that the tailscale client SDK hardcodes all the routes it uses for the calls, see the faulty call for example : https://github.com/tailscale/tailscale-client-go/blob/main/tailscale/client.go#L501. That makes it de...

Thanks for your suggestion, however I just solved it by [adding the token as a nix option](https://github.com/cterence/nixos-config/commit/754556137cb1872b212a607122a68fd891c361c9#diff-15dfeb67f0493f72c92a1290a21d91796fd5baf95ffef12e5133d199c07d01d7R31). A [successful job run](https://github.com/cterence/nixos-config/actions/runs/11223577748/job/31198514782) ! This might be a good addition to the...

I actually use this option [in my workflow](https://github.com/cterence/nixos-config/blob/main/.github/workflows/update-flake.yml#L35). The action probably uses it only for the PR creation and does not pass it to the nix command ?