Add ceph 100gbe net to headscale acl
This commit is contained in:
@@ -130,6 +130,10 @@ configMaps:
|
||||
"group:intern": [
|
||||
"haavahak@stud.ntnu.no",
|
||||
],
|
||||
"group:ceph": [
|
||||
"jonas.juselius@oceanbox.io",
|
||||
"Moritz.Jorg@oceanbox.io",
|
||||
],
|
||||
},
|
||||
// tagOwners in tailscale is an association between a TAG and the people allowed to set this TAG on a server.
|
||||
// This is documented [here](https://tailscale.com/kb/1068/acl-tags#defining-a-tag)
|
||||
@@ -232,6 +236,15 @@ configMaps:
|
||||
"tag:hpc:22,80,443",
|
||||
]
|
||||
},
|
||||
{
|
||||
"action": "accept",
|
||||
"src": [
|
||||
"group:ceph",
|
||||
],
|
||||
"dst": [
|
||||
"gbe100.tos.net:*",
|
||||
]
|
||||
},
|
||||
{
|
||||
"action": "accept",
|
||||
"src": [ "*" ],
|
||||
|
||||
Reference in New Issue
Block a user