fix: add intern to headscale acl
This commit is contained in:
@@ -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": [ "*" ],
|
||||
|
||||
Reference in New Issue
Block a user