-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Introducing apply_to tags to the security privileges page #133622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
yetanothertw
merged 8 commits into
elastic:main
from
yetanothertw:security-privileges-updates
Aug 28, 2025
Merged
Introducing apply_to tags to the security privileges page #133622
yetanothertw
merged 8 commits into
elastic:main
from
yetanothertw:security-privileges-updates
Aug 28, 2025
Conversation
This file contains hidden or 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
The apply_to tags are the preferred way to signal when a setting is unavailable or has been deprecated. Fixes [elastic#2215](elastic/docs-content#2215)
Contributor
🔍 Preview links for changed docs |
Collaborator
|
Pinging @elastic/core-docs (Team:Docs) |
shainaraskas
approved these changes
Aug 27, 2025
Contributor
shainaraskas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks really good. might want to add a note similar to the one over here because there are so many serverless unavailable notes
yetanothertw
added a commit
to yetanothertw/elasticsearch
that referenced
this pull request
Aug 28, 2025
Refers to elastic#133622 where a review comment was missed and updates the docs accordingly.
yetanothertw
added a commit
that referenced
this pull request
Aug 29, 2025
* Adds minor docs clarification Refers to #133622 where a review comment was missed and updates the docs accordingly. * Adding link to the differences page for reference
JeremyDahlgren
pushed a commit
to JeremyDahlgren/elasticsearch
that referenced
this pull request
Aug 29, 2025
* Adds minor docs clarification Refers to elastic#133622 where a review comment was missed and updates the docs accordingly. * Adding link to the differences page for reference
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The
applies_totags are the preferred way to signal when a setting is unavailable or has been deprecated.I've removed the verbose statements that referenced Serverless unavailability and replaced them with
applies_totags.Fixes #2215
I've checked the privilege resolver and so far I can tell that:
manage_data_stream_global_retentionandmonitor_data_stream_global_retentionhave no effect (they're created with an empty set) -- I've kept the text that advises users they have no effect and have added an applies_to tag to show them as deprecated. (Not sure what other lifecycle to use)manage_data_frame_transformsis deprecated and I think it provides some sort of backwards compatibility to usemanage_transforminstead. I've marked it as deprecated.manage_slm-- it says it was deprecated in 8.15, but I can still see it maps to some ILM actions. The same withread_slm. I've added the deprecated tags.From the index privilege file it seems that:
create,create_doc,index, andwrite, are also mapped to actions, so the mapping updates capabilities haven't been removed yet, although the Important admonitions state they will be removed. I can't find any deprecated index privileges, so I've not added any tags.