fix: add intern to headscale acl

This commit is contained in:
2026-01-06 10:52:26 +01:00
parent 707c37b9f1
commit 9c9c87bf2f
+12 -1
View File
@@ -124,7 +124,9 @@ configMaps:
"pal.herstad@oceanbox.io",
],
"group:dev": [],
"group:intern": [],
"group:intern": [
"haavahak@stud.ntnu.no",
],
},
// 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)
@@ -216,6 +218,15 @@ configMaps:
"dc.hel1.net:443",
]
},
{
"action": "accept",
"src": [
"group:intern",
],
"dst": [
"tag:hpc:22,80,443",
]
},
{
"action": "accept",
"src": [ "*" ],