-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[DOCS] Add ES security principles #76850
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
[DOCS] Add ES security principles #76850
Conversation
|
Pinging @elastic/es-security (Team:Security) |
|
Pinging @elastic/es-docs (Team:Docs) |
bytebilly
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.
@lockewritesdocs thanks for putting this together! I left a few comments.
|
@elasticmachine update branch |
|
@elasticmachine update branch |
|
@nik9000 and @bytebilly, I incorporated your review feedback. I haven't resolved most of Nik's comments in case either of you wants to dig through them. Let me know if you think additional changes are required or if this PR is good to merge. |
nik9000
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.
I left a question about adding a link and about changing the intro sentence in another spot. Thanks for iterating on it!
|
@elasticmachine update branch |
bytebilly
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.
LGTM
nik9000
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.
👍 too. thanks so much for all the iterations!
💔 Backport failed
To backport manually run |
* [DOCS] Add ES security principles * Incorporating review feedback * More changes from review feedback * Fix cross-link to Painless guide * Clarify callout text * Add information about elasticsearch user * Minor wording edits * Consolidate Java Security Manager description, plus other edits * Clarify not running as root Co-authored-by: Elastic Machine <[email protected]>
* [DOCS] Add ES security principles (#76850) * [DOCS] Add ES security principles * Incorporating review feedback * More changes from review feedback * Fix cross-link to Painless guide * Clarify callout text * Add information about elasticsearch user * Minor wording edits * Consolidate Java Security Manager description, plus other edits * Clarify not running as root Co-authored-by: Elastic Machine <[email protected]> * Remove links specific to 8.0 Co-authored-by: Elastic Machine <[email protected]>
* [DOCS] Add ES security principles (elastic#76850) * [DOCS] Add ES security principles * Incorporating review feedback * More changes from review feedback * Fix cross-link to Painless guide * Clarify callout text * Add information about elasticsearch user * Minor wording edits * Consolidate Java Security Manager description, plus other edits * Clarify not running as root Co-authored-by: Elastic Machine <[email protected]> * Remove links specific to 8.0 Co-authored-by: Elastic Machine <[email protected]>
* [DOCS] Add ES security principles (elastic#76850) * [DOCS] Add ES security principles * Incorporating review feedback * More changes from review feedback * Fix cross-link to Painless guide * Clarify callout text * Add information about elasticsearch user * Minor wording edits * Consolidate Java Security Manager description, plus other edits * Clarify not running as root Co-authored-by: Elastic Machine <[email protected]> * Remove links specific to 8.0 Co-authored-by: Elastic Machine <[email protected]>
* [DOCS] Add ES security principles (#76850) * [DOCS] Add ES security principles * Incorporating review feedback * More changes from review feedback * Fix cross-link to Painless guide * Clarify callout text * Add information about elasticsearch user * Minor wording edits * Consolidate Java Security Manager description, plus other edits * Clarify not running as root Co-authored-by: Elastic Machine <[email protected]> * Remove links specific to 8.0 Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
* [DOCS] Add ES security principles (#76850) * [DOCS] Add ES security principles * Incorporating review feedback * More changes from review feedback * Fix cross-link to Painless guide * Clarify callout text * Add information about elasticsearch user * Minor wording edits * Consolidate Java Security Manager description, plus other edits * Clarify not running as root Co-authored-by: Elastic Machine <[email protected]> * Remove links specific to 8.0 Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
Extracts some guidance from the existing Scripting and security page to create a top-level set of security principles for Elasticsearch.
Preview link: https://elasticsearch_76850.docs-preview.app.elstc.co/guide/en/elasticsearch/reference/master/es-security-principles.html
Closes #67061