[PR #1080] [CLOSED] Machinekey in noise rebase #1863

Closed
opened 2025-12-29 02:32:01 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/1080
Author: @juanfont
Created: 12/21/2022
Status: Closed

Base: mainHead: machinekey-in-noise-rebase


📝 Commits (2)

  • 1c826e0 Run the Noise handlers under a new struct so we can access the noiseConn from the handlers
  • 016a108 Add integration tests that check logout and relogin

📊 Changes

14 files changed (+389 additions, -119 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 app.go (+0 -18)
📝 cmd/headscale/cli/nodes.go (+11 -1)
📝 integration/auth_web_flow_test.go (+161 -0)
📝 integration/tailscale.go (+2 -1)
📝 integration/tsic/tsic.go (+16 -0)
📝 machine.go (+35 -11)
📝 machine_test.go (+6 -3)
📝 noise.go (+24 -1)
📝 protocol_common.go (+118 -70)
📝 protocol_common_utils.go (+9 -7)
📝 protocol_legacy.go (+1 -1)
📝 protocol_noise.go (+2 -3)
📝 protocol_noise_poll.go (+3 -3)

📄 Description

Rebase of the machinekey-in-noise PR


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/juanfont/headscale/pull/1080 **Author:** [@juanfont](https://github.com/juanfont) **Created:** 12/21/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `machinekey-in-noise-rebase` --- ### 📝 Commits (2) - [`1c826e0`](https://github.com/juanfont/headscale/commit/1c826e09ba463cdae79c6dffaa587c5fe7fbd1fe) Run the Noise handlers under a new struct so we can access the noiseConn from the handlers - [`016a108`](https://github.com/juanfont/headscale/commit/016a108f6195f826bd4c270b6c216ba5698ab7ac) Add integration tests that check logout and relogin ### 📊 Changes **14 files changed** (+389 additions, -119 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `app.go` (+0 -18) 📝 `cmd/headscale/cli/nodes.go` (+11 -1) 📝 `integration/auth_web_flow_test.go` (+161 -0) 📝 `integration/tailscale.go` (+2 -1) 📝 `integration/tsic/tsic.go` (+16 -0) 📝 `machine.go` (+35 -11) 📝 `machine_test.go` (+6 -3) 📝 `noise.go` (+24 -1) 📝 `protocol_common.go` (+118 -70) 📝 `protocol_common_utils.go` (+9 -7) 📝 `protocol_legacy.go` (+1 -1) 📝 `protocol_noise.go` (+2 -3) 📝 `protocol_noise_poll.go` (+3 -3) </details> ### 📄 Description Rebase of the machinekey-in-noise PR --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 02:32:01 +01:00
adam closed this issue 2025-12-29 02:32:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1863