Skip to content

Commit b229ef4

Browse files
committed
Remove K8s nodes access policy from tailscale configuration to streamline network rules and enhance security.
1 parent 4c843ab commit b229ef4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tailscale/policy.hujson

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,6 @@
8484
"dst": ["tag:ottawa", "tag:robbinsdale", "tag:stpetersburg"],
8585
"ip": ["*"],
8686
},
87-
// Allow members to reach k8s nodes and directly
88-
{
89-
"src": ["tag:k8s"],
90-
"dst": ["tag:k8s"],
91-
"ip": ["*"],
92-
},
9387
// Allow members to reach udm nodes
9488
{
9589
"src": ["group:superuser", "tag:udm", "tag:k8s", "tag:k8s-operator"],

0 commit comments

Comments
 (0)