-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
[Security Solution] Add proper permissions to fleet server for Endpoint response index (#80231) #80238
Merged
ywangd
merged 1 commit into
elastic:master
from
kevinlog:task/cherry-pick-endpoint-response-change
Nov 3, 2021
Merged
[Security Solution] Add proper permissions to fleet server for Endpoint response index (#80231) #80238
ywangd
merged 1 commit into
elastic:master
from
kevinlog:task/cherry-pick-endpoint-response-change
Nov 3, 2021
Conversation
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
…nt response index (elastic#80231) * [Security Solution] Add proper permissions to fleet server for Endpoint response index
elasticsearchmachine
added
v8.1.0
external-contributor
Pull request authored by a developer outside the Elasticsearch team
labels
Nov 3, 2021
Pinging @elastic/es-security (Team:Security) |
kevinlog
added
>enhancement
:Security/Authorization
Roles, Privileges, DLS/FLS, RBAC/ABAC
auto-backport-and-merge
labels
Nov 3, 2021
ywangd
approved these changes
Nov 3, 2021
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
ywangd
pushed a commit
to ywangd/elasticsearch
that referenced
this pull request
Nov 3, 2021
…nt response index (elastic#80238) This PR adds the proper permissions for fleet server to create and write documents to the .logs-endpoint.action.responses-* index. The Security Endpoint, run by the Agent, streams action responses to this index which is used by the Security app to determine if actions are complete, etc. This was initially missed during testing because of using locally running fleet servers that were given superuser permissions, hence bypassing the fleet server user. This PR adds the index to fleet server so that the Endpoint gets the key that it needs to write to the index properly. For more information, see this ticket: elastic/kibana#116715
ywangd
pushed a commit
to ywangd/elasticsearch
that referenced
this pull request
Nov 3, 2021
…nt response index (elastic#80238) This PR adds the proper permissions for fleet server to create and write documents to the .logs-endpoint.action.responses-* index. The Security Endpoint, run by the Agent, streams action responses to this index which is used by the Security app to determine if actions are complete, etc. This was initially missed during testing because of using locally running fleet servers that were given superuser permissions, hence bypassing the fleet server user. This PR adds the index to fleet server so that the Endpoint gets the key that it needs to write to the index properly. For more information, see this ticket: elastic/kibana#116715
elasticsearchmachine
pushed a commit
that referenced
this pull request
Nov 3, 2021
…nt response index (#80238) (#80241) This PR adds the proper permissions for fleet server to create and write documents to the .logs-endpoint.action.responses-* index. The Security Endpoint, run by the Agent, streams action responses to this index which is used by the Security app to determine if actions are complete, etc. This was initially missed during testing because of using locally running fleet servers that were given superuser permissions, hence bypassing the fleet server user. This PR adds the index to fleet server so that the Endpoint gets the key that it needs to write to the index properly. For more information, see this ticket: elastic/kibana#116715 Co-authored-by: Kevin Logan <[email protected]>
elasticsearchmachine
pushed a commit
that referenced
this pull request
Nov 3, 2021
…nt response index (#80238) (#80242) This PR adds the proper permissions for fleet server to create and write documents to the .logs-endpoint.action.responses-* index. The Security Endpoint, run by the Agent, streams action responses to this index which is used by the Security app to determine if actions are complete, etc. This was initially missed during testing because of using locally running fleet servers that were given superuser permissions, hence bypassing the fleet server user. This PR adds the index to fleet server so that the Endpoint gets the key that it needs to write to the index properly. For more information, see this ticket: elastic/kibana#116715 Co-authored-by: Kevin Logan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
>enhancement
external-contributor
Pull request authored by a developer outside the Elasticsearch team
:Security/Authorization
Roles, Privileges, DLS/FLS, RBAC/ABAC
Team:Security
Meta label for security team
v7.16.0
v8.0.0-beta1
v8.1.0
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.
Cherry pick of a merge mistakenly added to
main
branch.Original PR: #80231
Original description:
This PR adds the proper permissions for fleet server to create and write documents to the
.logs-endpoint.action.responses-*
index. The Security Endpoint, run by the Agent, streams action responses to this index which is used by the Security app to determine if actions are complete, etc.This was initially missed during testing because of using locally running fleet servers that were given
superuser
permissions, hence bypassing the fleet server user.This PR adds the index to fleet server so that the Endpoint gets the key that it needs to write to the index properly.
For more information, see this ticket: elastic/kibana#116715