Browse Source

[DOC] Remove experimental flag from editor & viewer roles (#88871)

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Adam Locke 3 years ago
parent
commit
acd4a623ed
1 changed files with 2 additions and 2 deletions
  1. 2 2
      x-pack/docs/en/security/authorization/built-in-roles.asciidoc

+ 2 - 2
x-pack/docs/en/security/authorization/built-in-roles.asciidoc

@@ -51,7 +51,7 @@ use {transforms}. This role also includes all
 deprecated:[7.5.0,"Replaced by <<built-in-roles-transform-user,`transform_user`>>"].
 
 [[built-in-roles-editor]] `editor` ::
-experimental:[]
+
 Grants full access to all features in {kib} (including Solutions) and read-only access to data indices.
 +
 --
@@ -209,7 +209,7 @@ index templates, mappings, node and basically everything about the cluster.
 However, this role does not grant permission to view the data in all indices.
 
 [[built-in-roles-viewer]] `viewer` ::
-experimental:[]
+
 Grants read-only access to all features in {kib} (including Solutions) and to data indices.
 +
 --