Skip to content

Commit

Permalink
json-format the tailscale policy
Browse files Browse the repository at this point in the history
  • Loading branch information
azuline committed Oct 5, 2023
1 parent 0f5f704 commit 838fdb9
Showing 1 changed file with 37 additions and 39 deletions.
76 changes: 37 additions & 39 deletions tailscale.policy.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,39 @@
{

Check warning on line 1 in tailscale.policy.json

View workflow job for this annotation

GitHub Actions / acls

Policy File Modified Externally

The policy file was modified externally in the admin console.
"hosts": {
"splendor": "100.109.183.108",
"zen": "100.71.28.44",
},
"groups": {
"group:admins": [
"azuline@github",
],
},
"acls": [
{
"action": "accept",
"src": ["group:admins"],
"dst": ["*:*"],
},
{
"action": "accept",
"src": ["tag:ci"],
"dst": ["zen:4646"],
},
],
"ssh": [
{
"action": "check",
"src": ["autogroup:members"],
"dst": ["tag:server"],
"users": ["autogroup:nonroot"],
},
{
"action": "check",
"src": ["autogroup:members"],
"dst": ["autogroup:self"],
"users": ["autogroup:nonroot"],
},
],
"tagOwners": {
"tag:server": ["azuline@github"],
"tag:ci": ["azuline@github"],
},
"hosts": {
"splendor": "100.109.183.108",
"zen": "100.71.28.44"
},
"groups": {
"group:admins": ["azuline@github"]
},
"acls": [
{
"action": "accept",
"src": ["group:admins"],
"dst": ["*:*"]
},
{
"action": "accept",
"src": ["tag:ci"],
"dst": ["zen:4646"]
}
],
"ssh": [
{
"action": "check",
"src": ["autogroup:members"],
"dst": ["tag:server"],
"users": ["autogroup:nonroot"]
},
{
"action": "check",
"src": ["autogroup:members"],
"dst": ["autogroup:self"],
"users": ["autogroup:nonroot"]
}
],
"tagOwners": {
"tag:server": ["azuline@github"],
"tag:ci": ["azuline@github"]
}
}

0 comments on commit 838fdb9

Please sign in to comment.