Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
restanrm opened this issue Mar 1, 2022 · 0 comments · Fixed by #375
Closed

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

restanrm opened this issue Mar 1, 2022 · 0 comments · Fixed by #375
Labels
enhancement New feature or request

Comments

@restanrm
Copy link
Contributor

restanrm commented 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.

@restanrm restanrm added the enhancement New feature or request label Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant