Skip to content

Commit 75aab85

Browse files
committed
Add app-github configuration to policy.hujson for Kubernetes integration
This commit introduces a new application configuration for 'app-github' in the policy.hujson file, specifying its connectors and presetAppID. This addition enhances the policy definitions for better integration with Kubernetes.
1 parent a8760b8 commit 75aab85

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tailscale/policy.hujson

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,11 @@
184184
// "connectors": ["tag:k8s"],
185185
// "presetAppID": "aws-cloudfront-global",
186186
// },
187+
{
188+
"name": "app-github",
189+
"connectors": ["tag:k8s"],
190+
"presetAppID": "github",
191+
},
187192
{
188193
"name": "shared",
189194
"connectors": ["tag:k8s"],

0 commit comments

Comments
 (0)