tailscale / tailscale/tailscale

FR: Allow storing comments in ACL grants as a JSON field

Open
#19,339 2 comments 0 reactions 0 assignees View on GitHub
acl fr
Dominant language
Go
Stars
36.5k
Forks
3.2k
Avg merge
2d 3h
Merged PRs (30d)
123

Description

### What are you trying to do?

Allow access controls JSON to have comments for notes / other team members directly in rules.

```
"grants": [
{
"//": "bitbucket pipelines sync job for platform access",
"src": ["tag:bitbucket-jenkins-sync"],
"dst": ["svc:jenkins-core"],
"ip": ["443"]
},
]
```

### How should we solve this?

_No response_

### What is the impact of not solving this?

_No response_

### Anything else?

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.