consul/acl
Jeremy Jacobson 6424ef6a56
[CC-5719] Add support for builtin global-read-only policy (#18319)
* [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>
2023-08-01 17:12:14 +00:00
..
resolver server: wire up in-process Resource Service (#16978) 2023-04-18 10:03:23 +01:00
MockAuthorizer.go Add copyright headers for acl, api and bench folders (#16706) 2023-03-28 16:12:41 -04:00
acl.go [CC-5719] Add support for builtin global-read-only policy (#18319) 2023-08-01 17:12:14 +00:00
acl_oss.go Add copyright headers for acl, api and bench folders (#16706) 2023-03-28 16:12:41 -04:00
acl_test.go Add copyright headers for acl, api and bench folders (#16706) 2023-03-28 16:12:41 -04:00
authorizer.go Add copyright headers for acl, api and bench folders (#16706) 2023-03-28 16:12:41 -04:00
authorizer_oss.go Add copyright headers for acl, api and bench folders (#16706) 2023-03-28 16:12:41 -04:00
authorizer_test.go Add copyright headers for acl, api and bench folders (#16706) 2023-03-28 16:12:41 -04:00
chained_authorizer.go Add copyright headers for acl, api and bench folders (#16706) 2023-03-28 16:12:41 -04:00
chained_authorizer_test.go Add copyright headers for acl, api and bench folders (#16706) 2023-03-28 16:12:41 -04:00
enterprisemeta_oss.go Add copyright headers for acl, api and bench folders (#16706) 2023-03-28 16:12:41 -04:00
errors.go Add copyright headers for acl, api and bench folders (#16706) 2023-03-28 16:12:41 -04:00
errors_oss.go Add copyright headers for acl, api and bench folders (#16706) 2023-03-28 16:12:41 -04:00
errors_test.go Add copyright headers for acl, api and bench folders (#16706) 2023-03-28 16:12:41 -04:00
policy.go Add copyright headers for acl, api and bench folders (#16706) 2023-03-28 16:12:41 -04:00
policy_authorizer.go Add copyright headers for acl, api and bench folders (#16706) 2023-03-28 16:12:41 -04:00
policy_authorizer_oss.go Add copyright headers for acl, api and bench folders (#16706) 2023-03-28 16:12:41 -04:00
policy_authorizer_test.go Add copyright headers for acl, api and bench folders (#16706) 2023-03-28 16:12:41 -04:00
policy_merger.go Add copyright headers for acl, api and bench folders (#16706) 2023-03-28 16:12:41 -04:00
policy_merger_oss.go Add copyright headers for acl, api and bench folders (#16706) 2023-03-28 16:12:41 -04:00
policy_oss.go Add copyright headers for acl, api and bench folders (#16706) 2023-03-28 16:12:41 -04:00
policy_test.go Add copyright headers for acl, api and bench folders (#16706) 2023-03-28 16:12:41 -04:00
static_authorizer.go Add copyright headers for acl, api and bench folders (#16706) 2023-03-28 16:12:41 -04:00
static_authorizer_test.go Add copyright headers for acl, api and bench folders (#16706) 2023-03-28 16:12:41 -04:00
testing.go Add copyright headers for acl, api and bench folders (#16706) 2023-03-28 16:12:41 -04:00
validation.go [CC-5719] Add support for builtin global-read-only policy (#18319) 2023-08-01 17:12:14 +00:00
validation_test.go [CC-5719] Add support for builtin global-read-only policy (#18319) 2023-08-01 17:12:14 +00:00