[PR #1258] [MERGED] Add ACL test for limiting a single port. #1999

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

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/1258
Author: @kradalby
Created: 3/8/2023
Status: Merged
Merged: 3/20/2023
Merged by: @kradalby

Base: mainHead: acl-integration-dst80


📝 Commits (2)

  • ec635f4 Add helper methods to tsic
  • 22a35b7 Add test to ACL access for a given port (80)

📊 Changes

4 files changed (+280 additions, -5 deletions)

View changed files

.github/workflows/test-integration-v2-TestACLAllowUser80Dst.yaml (+57 -0)
📝 integration/acl_test.go (+99 -0)
📝 integration/tailscale.go (+1 -0)
📝 integration/tsic/tsic.go (+123 -5)

📄 Description

Signed-off-by: Kristoffer Dalby kristoffer@tailscale.com


🔄 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/1258 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 3/8/2023 **Status:** ✅ Merged **Merged:** 3/20/2023 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `acl-integration-dst80` --- ### 📝 Commits (2) - [`ec635f4`](https://github.com/juanfont/headscale/commit/ec635f40245bba4a5b7c884889cbf2cdf9c5bfef) Add helper methods to tsic - [`22a35b7`](https://github.com/juanfont/headscale/commit/22a35b79a0d3c3ca9f78f25f8cf567c478ac1416) Add test to ACL access for a given port (80) ### 📊 Changes **4 files changed** (+280 additions, -5 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/test-integration-v2-TestACLAllowUser80Dst.yaml` (+57 -0) 📝 `integration/acl_test.go` (+99 -0) 📝 `integration/tailscale.go` (+1 -0) 📝 `integration/tsic/tsic.go` (+123 -5) </details> ### 📄 Description Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> --- <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 03:19:13 +01:00
adam closed this issue 2025-12-29 03:19:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1999