Add ceph 100gbe net to headscale acl

This commit is contained in:
2026-04-27 14:53:05 +02:00
parent b92dabdc7d
commit c440b928fb
+13
View File
@@ -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": [ "*" ],