Skip to content

Commit 4bd9eed

Browse files
[DOCS][8.x]:Update depreciation notice for index mapping updates privileges (#130916)
* Update index mapping update privileges * Remove `depricated` tag
1 parent 4b47fd8 commit 4bd9eed

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

docs/reference/security/authorization/privileges.asciidoc

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -328,11 +328,11 @@ be mapped rather than an explicit <<indices-put-mapping,update mapping>> request
328328
`create`::
329329
Privilege to index documents.
330330
+
331-
deprecated:[8.0] Also grants the permission to update the index mapping (but
332-
not the data streams mapping), using
333-
the {ref}/indices-put-mapping.html[updating mapping API] or by relying on
334-
{ref}/dynamic-mapping.html[dynamic field mapping]. In a future major release,
335-
this privilege will not grant any mapping update permissions.
331+
IMPORTANT: Starting from 8.0, this privilege no longer grants the permission
332+
to update index mappings. In earlier versions, it implicitly permitted index mapping
333+
updates (excluding data stream mappings) via the {ref}/indices-put-mapping.html[updating mapping API]
334+
or through {ref}/dynamic-mapping.html[dynamic field mapping].
335+
Mapping update capabilities will be fully removed in a future major release.
336336
+
337337
--
338338
NOTE: This privilege does not restrict the index operation to the creation
@@ -346,11 +346,11 @@ privilege for an alternative.
346346
Privilege to index documents.
347347
It does not grant the permission to update or overwrite existing documents.
348348
+
349-
deprecated:[8.0] Also grants the permission to update the index mapping (but
350-
not the data streams mapping), using
351-
the {ref}/indices-put-mapping.html[updating mapping API] or by relying on
352-
{ref}/dynamic-mapping.html[dynamic field mapping]. In a future major release,
353-
this privilege will not grant any mapping update permissions.
349+
IMPORTANT: Starting from 8.0, this privilege no longer grants the permission
350+
to update index mappings. In earlier versions, it implicitly permitted index mapping
351+
updates (excluding data stream mappings) via the {ref}/indices-put-mapping.html[updating mapping API]
352+
or through {ref}/dynamic-mapping.html[dynamic field mapping].
353+
Mapping update capabilities will be fully removed in a future major release.
354354
+
355355
--
356356
[NOTE]
@@ -403,11 +403,11 @@ Privilege to delete an index or data stream.
403403
`index`::
404404
Privilege to index and update documents.
405405
+
406-
deprecated:[8.0] Also grants the permission to update the index mapping (but
407-
not the data streams mapping), using
408-
the {ref}/indices-put-mapping.html[updating mapping API] or by relying on
409-
{ref}/dynamic-mapping.html[dynamic field mapping]. In a future major release,
410-
this privilege will not grant any mapping update permissions.
406+
IMPORTANT: Starting from 8.0, this privilege no longer grants the permission
407+
to update index mappings. In earlier versions, it implicitly permitted index mapping
408+
updates (excluding data stream mappings) via the {ref}/indices-put-mapping.html[updating mapping API]
409+
or through {ref}/dynamic-mapping.html[dynamic field mapping].
410+
Mapping update capabilities will be fully removed in a future major release.
411411

412412
`maintenance`::
413413
Permits refresh, flush, synced flush and force merge index administration operations.
@@ -468,9 +468,11 @@ Privilege to perform all write operations to documents, which includes the
468468
permission to index, update, and delete documents as well as performing bulk
469469
operations, while also allowing to dynamically update the index mapping.
470470
+
471-
deprecated:[8.0] It also grants the permission to update the index mapping (but
472-
not the data streams mapping), using the {ref}/indices-put-mapping.html[updating mapping API].
473-
This will be retracted in a future major release.
471+
IMPORTANT: Starting from 8.0, this privilege no longer grants the permission
472+
to update index mappings. In earlier versions, it implicitly permitted index mapping
473+
updates (excluding data stream mappings) via the {ref}/indices-put-mapping.html[updating mapping API]
474+
or through {ref}/dynamic-mapping.html[dynamic field mapping].
475+
Mapping update capabilities will be fully removed in a future major release.
474476

475477

476478
==== Run as privilege

0 commit comments

Comments
 (0)