[PR #2696] Implement tailscale cert PoC #2806

Open
opened 2025-12-29 04:19:03 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/2696
Author: @1fexd
Created: 7/19/2025
Status: 🔄 Open

Base: mainHead: tailscale-cert-poc


📝 Commits (3)

  • 9c8357e Implement tailscale cert PoC
  • 018fdd7 fix: Re-added CertDomains to cfg
  • 16a76c9 fix: Missing config type deserialization

📊 Changes

9 files changed (+188 additions, -7 deletions)

View changed files

📝 config-example.yaml (+6 -0)
📝 go.mod (+2 -0)
📝 go.sum (+4 -0)
📝 hscontrol/app.go (+9 -4)
📝 hscontrol/mapper/mapper.go (+11 -0)
📝 hscontrol/noise.go (+51 -0)
hscontrol/tlscert.go (+66 -0)
📝 hscontrol/types/common.go (+1 -0)
📝 hscontrol/types/config.go (+38 -3)

📄 Description

  • have read the CONTRIBUTING.md file
  • raised a GitHub issue or discussed it on the projects chat beforehand
  • added unit tests
  • added integration tests
  • updated documentation if needed
  • updated CHANGELOG.md

🔄 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/2696 **Author:** [@1fexd](https://github.com/1fexd) **Created:** 7/19/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `tailscale-cert-poc` --- ### 📝 Commits (3) - [`9c8357e`](https://github.com/juanfont/headscale/commit/9c8357ef07126dc7356a421f5e72d502ea962d53) Implement tailscale cert PoC - [`018fdd7`](https://github.com/juanfont/headscale/commit/018fdd7a2bb2a222433d1efe78563df751667219) fix: Re-added CertDomains to cfg - [`16a76c9`](https://github.com/juanfont/headscale/commit/16a76c9b96c9c3a5fb06fcce910aebe138ee8d08) fix: Missing config type deserialization ### 📊 Changes **9 files changed** (+188 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `config-example.yaml` (+6 -0) 📝 `go.mod` (+2 -0) 📝 `go.sum` (+4 -0) 📝 `hscontrol/app.go` (+9 -4) 📝 `hscontrol/mapper/mapper.go` (+11 -0) 📝 `hscontrol/noise.go` (+51 -0) ➕ `hscontrol/tlscert.go` (+66 -0) 📝 `hscontrol/types/common.go` (+1 -0) 📝 `hscontrol/types/config.go` (+38 -3) </details> ### 📄 Description <!-- Headscale is "Open Source, acknowledged contribution", this means that any contribution will have to be discussed with the Maintainers before being submitted. This model has been chosen to reduce the risk of burnout by limiting the maintenance overhead of reviewing and validating third-party code. Headscale is open to code contributions for bug fixes without discussion. If you find mistakes in the documentation, please submit a fix to the documentation. --> <!-- Please tick if the following things apply. You… --> - [x] have read the [CONTRIBUTING.md](./CONTRIBUTING.md) file - [x] raised a GitHub issue or discussed it on the projects chat beforehand - [ ] added unit tests - [ ] added integration tests - [ ] updated documentation if needed - [ ] updated CHANGELOG.md <!-- If applicable, please reference the issue using `Fixes #XXX` and add tests to cover your new code. --> --- <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 04:19:03 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2806