diff --git a/values/headscale/values/values.yaml b/values/headscale/values/values.yaml index 1554be59..7c1b5418 100644 --- a/values/headscale/values/values.yaml +++ b/values/headscale/values/values.yaml @@ -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": [ "*" ],