-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Preauth keys for different users #1310
Comments
Furthermore fast account switching with multiple users on the same headscale instance is currently not working (afaict). I suspect the same reason under the hood, headscale might be using the machine id/key for a more unique identifier than it should be. I tested:
|
You should be able to fast-switch users seamlessly if you do the following after logging in with preauth key A.
I've written an implementation that does exactly this in one of the projects that I am working on. |
I tried it today on headscale 0.21.0 and it does not work. |
me to |
This issue is stale because it has been open for 180 days with no activity. |
i believe it is still relevant however |
This issue is stale because it has been open for 90 days with no activity. |
Did anyone test this for v0.23.0? |
This issue is stale because it has been open for 90 days with no activity. |
Are you trying to login to the same headscale with the same node twice? So [node a, login 1] and [node a, login 2] is both in your fast user switching menu and as two nodes in headscale? Does Tailscale SaaS support this? |
See my response in #1920 I think the whole point in fast user switching @ tailscale SaaS is same node multiple logins. |
This issue is stale because it has been open for 90 days with no activity. |
Can we confirm that this bug is either still existing or fixed in the latest beta? |
I can confirm that the bug is still present is the latest published image 2 months ago: sha256:392237fecf911ff101f56d92dbb2529eb8a1f065bdbdcd73744565c6e0744bad |
I can also confirm that switching between users of the same
|
Bug description
I have two preauth keys A and B, and a new client. I first use A to join headscale and this client successfully joins user A. After that I use B on the client and the client does not switch to user B, it is still on A. Is this correct?
The text was updated successfully, but these errors were encountered: