Skip to content

Commit 34d789e

Browse files
committed
Enhance policy.hujson by adding new groups for Ottawa, Robbinsdale, and St. Petersburg, and update tag owners to include group associations for improved service management.
1 parent 0003169 commit 34d789e

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

tailscale/policy.hujson

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,26 @@
2929
"LukeHouge@github",
3030
"rajsinghtech@github",
3131
],
32+
"group:ottawa": [
33+
"kbpersonal@github",
34+
"rajsinghtech@github",
35+
],
36+
"group:robbinsdale": [
37+
"LukeHouge@github",
38+
"rajsinghtech@github",
39+
],
40+
"group:stpetersburg": [
41+
"rajsinghtech@github",
42+
],
3243
},
3344
"tagOwners": {
34-
"tag:k8s-operator": [],
35-
"tag:k8s": ["tag:k8s-operator", "autogroup:admin"],
36-
"tag:k8s-recorder": ["tag:k8s-operator", "autogroup:admin"],
37-
"tag:robbinsdale": ["tag:k8s-operator", "autogroup:admin"],
38-
"tag:ottawa": ["tag:k8s-operator", "autogroup:admin"],
39-
"tag:stpetersburg": ["tag:k8s-operator", "autogroup:admin"],
40-
"tag:udm": ["autogroup:admin"],
45+
"tag:k8s-operator": ["tag:k8s-operator", "group:superuser",],
46+
"tag:k8s": ["tag:k8s-operator", "group:superuser",],
47+
"tag:k8s-recorder": ["tag:k8s-operator", "group:superuser",],
48+
"tag:robbinsdale": ["tag:k8s-operator", "group:superuser", "group:robbinsdale",],
49+
"tag:ottawa": ["tag:k8s-operator", "group:superuser", "group:ottawa",],
50+
"tag:stpetersburg": ["tag:k8s-operator", "group:superuser", "group:stpetersburg",],
51+
"tag:udm": ["group:superuser"],
4152
},
4253
"autoApprovers": {
4354
"exitNode": ["tag:k8s"],

0 commit comments

Comments
 (0)