Skip to content

Commit

Permalink
chore(blog): formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod committed Apr 28, 2024
1 parent 6e04a58 commit 0b2b78f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/blog/the-way-of-the-cookie.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ I've tested this and had a network connection to a system within a minute of the

The tailscale ACL for such a setup could look something like this:

```json
```
{
"postures": {
// a recently updated macOS system
Expand All @@ -204,13 +204,13 @@ The tailscale ACL for such a setup could look something like this:
"posture:protectedMacOS"
],
"acls": [
// Only allow access to the production network and nodes for people in the Production Access group
// Only allow access to the production network for SCIM-ed users
{
"action": "accept",
"src": ["group:[email protected]"],
"dst": [
"tag:production:*",
"production-network:*"
"production-network:*"
]
},
// Allow access to non-production by default
Expand All @@ -219,7 +219,7 @@ The tailscale ACL for such a setup could look something like this:
"src": ["group:[email protected]"],
"dst": [
"tag:nonproduction:*",
"nonproduction-network:*"
"nonproduction-network:*"
]
}
]
Expand Down

0 comments on commit 0b2b78f

Please sign in to comment.