From 4e08f8cd9b613e6d98c8ff0821e0515aa1b8a9a4 Mon Sep 17 00:00:00 2001 From: Darshit Chanpura Date: Wed, 7 Jun 2023 19:45:51 -0400 Subject: [PATCH] Address PR feedback Signed-off-by: Darshit Chanpura --- _security/access-control/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_security/access-control/api.md b/_security/access-control/api.md index 8c193b4d798..4c90be7b522 100644 --- a/_security/access-control/api.md +++ b/_security/access-control/api.md @@ -36,7 +36,7 @@ plugins.security.restapi.endpoints_disabled..: ["", ...] ``` {% include copy.html %} -You can also control access to specific rest APIs via roles. Here is an example role which allows access to all endpoints supported by this feature currently: +You can also control access to specific rest APIs using roles. Here is an example list `cluster_permissions` that you can attach to a role which will allow access to all endpoints supported by this feature: ```yml rest_api_admin_full_access: reserved: true