Skip to content

Commit c0256c1

Browse files
committed
Add 'tag:kind' to policy.hujson for k8s-operator access
This update grants the 'kind' tag access to the k8s-operator and superuser groups, enhancing the policy configuration.
1 parent 530ce50 commit c0256c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tailscale/policy.hujson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"tag:robbinsdale": ["tag:k8s-operator", "group:superuser", "group:robbinsdale",],
4949
"tag:ottawa": ["tag:k8s-operator", "group:superuser", "group:ottawa",],
5050
"tag:stpetersburg": ["tag:k8s-operator", "group:superuser", "group:stpetersburg",],
51+
"tag:kind": ["tag:k8s-operator", "group:superuser", "group:kind",],
5152
"tag:udm": ["group:superuser"],
5253
},
5354
"autoApprovers": {

0 commit comments

Comments
 (0)