[PR #375] [MERGED] Fix limitations in source acls rules #1411

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

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/375
Author: @restanrm
Created: 3/1/2022
Status: Merged
Merged: 3/2/2022
Merged by: @kradalby

Base: mainHead: fix-limitations-in-source-acls-rules


📝 Commits (2)

  • 361b4f7 fix(machine): allow to use * in ACL sources
  • 77fe0b0 docs: update changelog

📊 Changes

3 files changed (+224 additions, -2 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 machine.go (+19 -1)
📝 machine_test.go (+204 -1)

📄 Description

  • read the CONTRIBUTING guidelines
  • 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

closes #374


🔄 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/375 **Author:** [@restanrm](https://github.com/restanrm) **Created:** 3/1/2022 **Status:** ✅ Merged **Merged:** 3/2/2022 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `fix-limitations-in-source-acls-rules` --- ### 📝 Commits (2) - [`361b4f7`](https://github.com/juanfont/headscale/commit/361b4f7f4f48fc399da149ffc2bf4b8d5e76c074) fix(machine): allow to use * in ACL sources - [`77fe0b0`](https://github.com/juanfont/headscale/commit/77fe0b01f7d42f51e67ea0307cf52c2c975844ab) docs: update changelog ### 📊 Changes **3 files changed** (+224 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `machine.go` (+19 -1) 📝 `machine_test.go` (+204 -1) </details> ### 📄 Description <!-- Please tick if the following things apply. You… --> - [x] read the [CONTRIBUTING guidelines](README.md#user-content-contributing) - [x] raised a GitHub issue or discussed it on the projects chat beforehand - [x] added unit tests - [] added integration tests - [] updated documentation if needed - [x] updated CHANGELOG.md closes #374 --- <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:29:58 +01:00
adam closed this issue 2025-12-29 02:29:59 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1411