Limitations in the ACLs current implementation of * in users #145

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

Originally created by @restanrm on GitHub (Mar 1, 2022).

Currently with an ACL like the following

{
  "acls": [
    {"action":"accept", "users":["*"], "ports":["*"]},
  ]
}

We cannot match all sources to all destinations. The internal rules only allows to be match to * as a destination.

Originally created by @restanrm on GitHub (Mar 1, 2022). Currently with an ACL like the following ```json { "acls": [ {"action":"accept", "users":["*"], "ports":["*"]}, ] } ``` We cannot match all sources to all destinations. The internal rules only allows to be match to `*` as a destination.
adam added the enhancement label 2025-12-29 01:24:00 +01:00
adam closed this issue 2025-12-29 01:24: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#145