mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
6424ef6a56
* [CC-5719] Add support for builtin global-read-only policy * Add changelog * Add read-only to docs * Fix some minor issues. * Change from ReplaceAll to Sprintf * Change IsValidPolicy name to return an error instead of bool * Fix PolicyList test * Fix other tests * Apply suggestions from code review Co-authored-by: Paul Glass <pglass@hashicorp.com> * Fix state store test for policy list. * Fix naming issues * Update acl/validation.go Co-authored-by: Chris Thain <32781396+cthain@users.noreply.github.com> * Update agent/consul/acl_endpoint.go --------- Co-authored-by: Paul Glass <pglass@hashicorp.com> Co-authored-by: Chris Thain <32781396+cthain@users.noreply.github.com>
7 lines
215 B
Plaintext
7 lines
215 B
Plaintext
```release-note:improvement
|
|
acl: added builtin ACL policy that provides global read-only access (builtin/global-read-only)
|
|
```
|
|
```release-note:improvement
|
|
acl: allow for a single slash character in policy names
|
|
```
|