Added more acl test hujsons
This commit is contained in:
parent
5644dadaf9
commit
bbd6a67c46
2 changed files with 135 additions and 6 deletions
|
@ -5,6 +5,10 @@
|
|||
"user1@example.com",
|
||||
"user2@example.com",
|
||||
],
|
||||
"group:example2": [
|
||||
"user1@example.com",
|
||||
"user2@example.com",
|
||||
],
|
||||
},
|
||||
// Declare hostname aliases to use in place of IP addresses or subnets.
|
||||
"Hosts": {
|
||||
|
@ -33,8 +37,8 @@
|
|||
{
|
||||
"Action": "accept",
|
||||
"Users": [
|
||||
"group:engineering",
|
||||
"president@example.com"
|
||||
"group:example2",
|
||||
"192.168.1.1"
|
||||
],
|
||||
"Ports": [
|
||||
"*:22,3389",
|
||||
|
@ -47,7 +51,7 @@
|
|||
{
|
||||
"Action": "accept",
|
||||
"Users": [
|
||||
"group:engineers"
|
||||
"group:example"
|
||||
],
|
||||
"Ports": [
|
||||
"tag:production:*"
|
||||
|
@ -58,11 +62,11 @@
|
|||
{
|
||||
"Action": "accept",
|
||||
"Users": [
|
||||
"my-subnet",
|
||||
"example-host-2",
|
||||
"192.168.1.0/24"
|
||||
],
|
||||
"Ports": [
|
||||
"my-subnet:*",
|
||||
"example-host-1:*",
|
||||
"192.168.1.0/24:*"
|
||||
],
|
||||
},
|
||||
|
@ -83,7 +87,7 @@
|
|||
{
|
||||
"Action": "accept",
|
||||
"Users": [
|
||||
"group:montreal-users"
|
||||
"example-host-1"
|
||||
],
|
||||
"Ports": [
|
||||
"tag:montreal-webserver:80,443"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue