-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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] Update serverless roles to include Data Views fea… #169036
[Security solution] Update serverless roles to include Data Views fea… #169036
Conversation
@@ -387,6 +387,7 @@ soc_manager: | |||
- feature_actions.all | |||
- feature_builtInAlerts.all | |||
- feature_osquery.all | |||
- feature_indexPatterns.all # Detections Data Views |
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.
Hey. I think you missed my prior comment. can you update line 8 of this file with this path instead:
x-pack/plugins/security_solution/scripts/endpoint/common/roles_users/serverless/es_serverless_resources/roles.yml
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.
crap. never mind
this is the Kibana PR 🤦
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.
Thank you
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.
👍 thank you!
💚 Build Succeeded
Metrics [docs]
To update your PR or re-run it, just comment with: |
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.
🚀
elastic#169036) …ture permissions ## Summary Align roles with project-controller
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
depends on #169763 |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
elastic#169036) …ture permissions ## Summary Align roles with project-controller (cherry picked from commit 4113d25) # Conflicts: # x-pack/plugins/security_solution/scripts/endpoint/common/roles_users/endpoint_operations_analyst.ts
…ews fea… (#169036) (#169784) # Backport This will backport the following commits from `main` to `8.11`: - [[Security solution] Update serverless roles to include Data Views fea… (#169036)](#169036) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Patryk Kopyciński","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-10-17T07:36:07Z","message":"[Security solution] Update serverless roles to include Data Views fea… (#169036)\n\n…ture permissions\r\n\r\n## Summary\r\n\r\nAlign roles with project-controller","sha":"4113d25f01ab22a704fda65f823113be34fd8757","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","auto-backport","v8.11.0","v8.12.0"],"number":169036,"url":"https://github.com/elastic/kibana/pull/169036","mergeCommit":{"message":"[Security solution] Update serverless roles to include Data Views fea… (#169036)\n\n…ture permissions\r\n\r\n## Summary\r\n\r\nAlign roles with project-controller","sha":"4113d25f01ab22a704fda65f823113be34fd8757"}},"sourceBranch":"main","suggestedTargetBranches":["8.11"],"targetPullRequestStates":[{"branch":"8.11","label":"v8.11.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/169036","number":169036,"mergeCommit":{"message":"[Security solution] Update serverless roles to include Data Views fea… (#169036)\n\n…ture permissions\r\n\r\n## Summary\r\n\r\nAlign roles with project-controller","sha":"4113d25f01ab22a704fda65f823113be34fd8757"}}]}] BACKPORT--> Co-authored-by: Patryk Kopyciński <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
…ture permissions
Summary
Align roles with project-controller