Skip to content

Commit 1698d78

Browse files
committed
Update Tailscale policy to include additional destination tag for k8s-operator
- Added "tag:k8s" to the destination list for the superuser group accessing the k8s-operator, enhancing access control for Kubernetes resources.
1 parent 3698807 commit 1698d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailscale/policy.hujson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
},
130130
{
131131
"src": ["group:superuser", "tag:k8s"],
132-
"dst": ["tag:k8s-operator"],
132+
"dst": ["tag:k8s-operator", "tag:k8s"],
133133
"ip": ["*"],
134134
"app": {
135135
"tailscale.com/cap/kubernetes": [

0 commit comments

Comments
 (0)