And more tests

This commit is contained in:
Juan Font 2021-07-04 13:23:31 +02:00
parent bd86975d10
commit 401e6aec32
3 changed files with 79 additions and 18 deletions

View file

@ -0,0 +1,26 @@
// This ACL is used to test group expansion
{
"Groups": {
"group:example": [
"testnamespace",
],
},
"Hosts": {
"host-1": "100.100.100.100",
"subnet-1": "100.100.101.100/24",
},
"ACLs": [
{
"Action": "accept",
"Users": [
"group:example",
],
"Ports": [
"host-1:*",
],
},
],
}

View file

@ -1,4 +1,4 @@
// This ACL is used to test wildcards
// This ACL is used to test namespace expansion
{
"Hosts": {