-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Currently, read_slm privilege grants access to get the ILM status, and manage_slm grants access to start/stop ILM. This access will be removed in the future, but needs to be deprecated before removal. Add deprecation warning to the read_slm and manage_slm docs.
- Loading branch information
1 parent
779a5f0
commit 6e99d5d
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
pr: 110540 | ||
summary: Deprecate using slm privileges to access ilm | ||
area: ILM+SLM | ||
type: deprecation | ||
issues: [] | ||
deprecation: | ||
title: Deprecate using slm privileges to access ilm | ||
area: REST API | ||
details: The `read_slm` privilege can get the ILM status, and | ||
the `manage_slm` privilege can start and stop ILM. Access to these | ||
APIs should be granted using the `read_ilm` and `manage_ilm` privileges | ||
instead. Access to ILM APIs will be removed from SLM privileges in | ||
a future major release, and is now deprecated. | ||
impact: Users that need access to the ILM status API should now | ||
use the `read_ilm` privilege. Users that need to start and stop ILM, | ||
should use the `manage_ilm` privilege. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters