fix: fix headscale user names
This commit is contained in:
@@ -90,12 +90,32 @@ configMaps:
|
|||||||
// groups are collections of users having a common scope. A user can be in multiple groups
|
// groups are collections of users having a common scope. A user can be in multiple groups
|
||||||
// groups cannot be composed of groups
|
// groups cannot be composed of groups
|
||||||
"groups": {
|
"groups": {
|
||||||
"group:admin": [ "jonas.juselius", "moritz.jorg" ],
|
"group:admin": [
|
||||||
"group:devops": [ "jonas.juselius", "moritz.jorg", "stig.r.jenssen", "radovan.bast", "simen.kirkvik" ],
|
"jonas.juselius@oceanbox.io",
|
||||||
"group:oceanographer": [ "frank.gaardsted", "ole.nost", "helge.avlesen" ],
|
"moritz.jorg@oceanbox.io",
|
||||||
"group:manager": [ "svenn.hanssen", "hilde.iversen" ],
|
],
|
||||||
"group:dev": [ "ole.tytlandsvik" ],
|
"group:devops": [
|
||||||
"group:intern": [ "ole.tytlandsvik" ]
|
"jonas.juselius@oceanbox.io",
|
||||||
|
"moritz.jorg@oceanbox.io",
|
||||||
|
"stig.r.jenssen@oceanbox.io",
|
||||||
|
"radovan.bast@oceanbox.io",
|
||||||
|
"simen.kirkvik@oceanbox.io",
|
||||||
|
],
|
||||||
|
"group:oceanographer": [
|
||||||
|
"frank.gaardsted@oceanbox.io",
|
||||||
|
"ole.nost@oceanbox.io",
|
||||||
|
"helge.avlesen@oceanbox.io",
|
||||||
|
"isabella.rossi@oceanbox.io",
|
||||||
|
"jonathan.lilly@oceanbox.io",
|
||||||
|
],
|
||||||
|
"group:manager": [
|
||||||
|
"svenn.hanssen@oceanbox.io",
|
||||||
|
"hilde.iversen@oceanbox.io",
|
||||||
|
],
|
||||||
|
"group:dev": [
|
||||||
|
"ole.tytlandsvik@oceanbox.io",
|
||||||
|
],
|
||||||
|
"group:intern": []
|
||||||
},
|
},
|
||||||
// tagOwners in tailscale is an association between a TAG and the people allowed to set this TAG on a server.
|
// 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)
|
// This is documented [here](https://tailscale.com/kb/1068/acl-tags#defining-a-tag)
|
||||||
|
|||||||
Reference in New Issue
Block a user