fix: Use correct email for headscale #23
@@ -93,12 +93,12 @@ configMaps:
|
|||||||
"groups": {
|
"groups": {
|
||||||
"group:admin": [
|
"group:admin": [
|
||||||
"jonas.juselius@oceanbox.io",
|
"jonas.juselius@oceanbox.io",
|
||||||
"moritz.jorg@oceanbox.io",
|
"Moritz.Jorg@oceanbox.io",
|
||||||
"system-tos",
|
"system-tos",
|
||||||
],
|
],
|
||||||
"group:devops": [
|
"group:devops": [
|
||||||
"jonas.juselius@oceanbox.io",
|
"jonas.juselius@oceanbox.io",
|
||||||
"moritz.jorg@oceanbox.io",
|
"Moritz.Jorg@oceanbox.io",
|
||||||
"stig.r.jensen@oceanbox.io",
|
"stig.r.jensen@oceanbox.io",
|
||||||
"radovan.bast@oceanbox.io",
|
"radovan.bast@oceanbox.io",
|
||||||
"simen.kirkvik@oceanbox.io",
|
"simen.kirkvik@oceanbox.io",
|
||||||
@@ -108,7 +108,7 @@ configMaps:
|
|||||||
"frank.gaardsted@oceanbox.io",
|
"frank.gaardsted@oceanbox.io",
|
||||||
"ole.anders.nost@oceanbox.io",
|
"ole.anders.nost@oceanbox.io",
|
||||||
"helge.avlesen@oceanbox.io",
|
"helge.avlesen@oceanbox.io",
|
||||||
"isabella.rosso@oceanbox.io",
|
"isa.rosso@oceanbox.io",
|
||||||
"jonathan.lilly@oceanbox.io",
|
"jonathan.lilly@oceanbox.io",
|
||||||
],
|
],
|
||||||
"group:manager": [
|
"group:manager": [
|
||||||
@@ -140,6 +140,7 @@ configMaps:
|
|||||||
"printer.office.tos": "10.132.46.108/32",
|
"printer.office.tos": "10.132.46.108/32",
|
||||||
"net.office.tos": "10.132.46.0/24",
|
"net.office.tos": "10.132.46.0/24",
|
||||||
"net.dc.tos": "10.255.241.0/24",
|
"net.dc.tos": "10.255.241.0/24",
|
||||||
|
"net.ceph.tos": "10.255.244.0/24",
|
||||||
"net.mgmt.tos": "10.255.240.0/24"
|
"net.mgmt.tos": "10.255.240.0/24"
|
||||||
},
|
},
|
||||||
"acls": [
|
"acls": [
|
||||||
@@ -160,6 +161,7 @@ configMaps:
|
|||||||
"dst": [
|
"dst": [
|
||||||
"net.dc.tos:*",
|
"net.dc.tos:*",
|
||||||
"net.mgmt.tos:*",
|
"net.mgmt.tos:*",
|
||||||
|
"net.ceph.tos:*",
|
||||||
"net.office.tos:*",
|
"net.office.tos:*",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user