tailscale / tailscale/tailscale
FR: Allow storing comments in ACL grants as a JSON field
Open
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
Assessment
This issue has not been assessed yet.