Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wishlist / Tailscale integration discovery issues #337

Open
nicolas-g opened this issue Oct 21, 2024 · 1 comment
Open

Wishlist / Tailscale integration discovery issues #337

nicolas-g opened this issue Oct 21, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@nicolas-g
Copy link

Describe the bug
Running Wishlist with the tailscale integration, I'm not able to see any of my tailscale endpoints.

Setup

  • OS: macOS 15.0.1 24A348 arm64
  • Shell: zsh 5.9 (arm-apple-darwin22.1.0)
  • Terminal Emulator: Alacritty 0.13.2
  • Terminal Multiplexer: tmux 3.5a
  • wishlist version v0.15.0

To Reproduce

$ tailscale status
100.92.0.160    mac                user@    macOS   -
100.100.66.11   iphone       user@    android -


$ wishlist --tailscale.client.id=XXXX --tailscale.client.secret=tskey-client-YYYYY

wishlist only show enpoints configured in my local ssh config files.

Expected behavior
I would expect to see my tailscale endpoitns (mac/iphone)

Additional context
The Oath client id permission used was given permission devices:read

@bashbunni bashbunni added the bug Something isn't working label Oct 22, 2024
@bashbunni
Copy link
Member

I was able to reproduce this in a nix shell with wishlist & tailscale CLI using the flags you listed above. Wishlist only showed endpoints from my ssh config file.

I did get the right results when I used the
wishlist --tailscale.net=your_tailnet_name --tailscale.key=tskey-api-abc123...
flags instead. Definitely a bug we should look into, in the meantime, you can get keys from https://login.tailscale.com/admin/settings/keys and the tailnet info from https://login.tailscale.com/admin/dns

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants