2021-07-04 05:23:31 -06:00
|
|
|
// This ACL is used to test namespace expansion
|
2021-07-04 05:01:41 -06:00
|
|
|
|
|
|
|
{
|
2022-06-08 05:40:15 -06:00
|
|
|
"hosts": {
|
2021-07-04 05:01:41 -06:00
|
|
|
"host-1": "100.100.100.100",
|
|
|
|
"subnet-1": "100.100.101.100/24",
|
|
|
|
},
|
|
|
|
|
2022-06-08 05:40:15 -06:00
|
|
|
"acls": [
|
2021-07-04 05:01:41 -06:00
|
|
|
{
|
2022-06-08 05:40:15 -06:00
|
|
|
"action": "accept",
|
|
|
|
"src": [
|
2023-01-17 12:41:39 -07:00
|
|
|
"testuser",
|
2021-07-04 05:01:41 -06:00
|
|
|
],
|
2022-06-08 05:40:15 -06:00
|
|
|
"dst": [
|
2021-07-04 05:01:41 -06:00
|
|
|
"host-1:*",
|
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
2023-01-17 12:41:39 -07:00
|
|
|
}
|