[PR #984] [MERGED] Remove mTLS code #1793

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

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/984
Author: @juanfont
Created: 11/19/2022
Status: Merged
Merged: 11/19/2022
Merged by: @juanfont

Base: mainHead: remove-mtls-stuff


📝 Commits (3)

  • 6259d82 Remove mTLS stuff from code
  • fd71d97 Remove mTLS config from integration config
  • 48d6b76 Remove mTLS from doc and config example

📊 Changes

10 files changed (+3 additions, -93 deletions)

View changed files

📝 app.go (+0 -26)
📝 app_test.go (+0 -17)
📝 config-example.yaml (+0 -7)
📝 config.go (+2 -23)
📝 docs/tls.md (+0 -14)
📝 integration/hsic/hsic.go (+1 -2)
📝 integration_test/etc/alt-config.dump.gold.yaml (+0 -1)
📝 integration_test/etc/alt-env-config.dump.gold.yaml (+0 -1)
📝 integration_test/etc/config.dump.gold.yaml (+0 -1)
📝 integration_test/etc_oidc/base_config.yaml (+0 -1)

📄 Description

mTLS was added in one of our first PRs, and it has never been used - as Tailscale clients do not support it.

This PR just removes all the code and references.


🔄 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/984 **Author:** [@juanfont](https://github.com/juanfont) **Created:** 11/19/2022 **Status:** ✅ Merged **Merged:** 11/19/2022 **Merged by:** [@juanfont](https://github.com/juanfont) **Base:** `main` ← **Head:** `remove-mtls-stuff` --- ### 📝 Commits (3) - [`6259d82`](https://github.com/juanfont/headscale/commit/6259d82aa6d1d47ec50c7367a0fe999bf2e4a3d9) Remove mTLS stuff from code - [`fd71d97`](https://github.com/juanfont/headscale/commit/fd71d9753ef0eb88680bd9c0bae260e88141a355) Remove mTLS config from integration config - [`48d6b76`](https://github.com/juanfont/headscale/commit/48d6b76da89e0613ecd44619a0af11cb682875b5) Remove mTLS from doc and config example ### 📊 Changes **10 files changed** (+3 additions, -93 deletions) <details> <summary>View changed files</summary> 📝 `app.go` (+0 -26) 📝 `app_test.go` (+0 -17) 📝 `config-example.yaml` (+0 -7) 📝 `config.go` (+2 -23) 📝 `docs/tls.md` (+0 -14) 📝 `integration/hsic/hsic.go` (+1 -2) 📝 `integration_test/etc/alt-config.dump.gold.yaml` (+0 -1) 📝 `integration_test/etc/alt-env-config.dump.gold.yaml` (+0 -1) 📝 `integration_test/etc/config.dump.gold.yaml` (+0 -1) 📝 `integration_test/etc_oidc/base_config.yaml` (+0 -1) </details> ### 📄 Description mTLS was added in one of our first PRs, and it has never been used - as Tailscale clients do not support it. This PR just removes all the code and references. --- <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:31:43 +01:00
adam closed this issue 2025-12-29 02:31:43 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1793