-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Detection Engine] Add basic serverless rbac tests for detection engine #192952
base: main
Are you sure you want to change the base?
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Flaky Test Runner Stats🟠 Some tests failed. - kibana-flaky-test-suite-runner#7260[❌] x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/authentication/alerts/trial_license_complete_tier/configs/serverless.config.ts: 0/25 tests passed. |
/ci |
Pinging @elastic/security-detection-engine (Team:Detection Engine) |
💚 Build Succeeded
Metrics [docs]
History
cc @yctercero |
Summary
Adding FTR RBAC tests for serverless prebuilt roles.
Following Serverless Security Roles spreadsheet.
Needs clarification
The following tests returned unexpected results and need confirmation of what the intended behavior should be. @approksiu @caitlinbetz
Actions
Our serverless spreadsheet denotes the following should be READ on actions, but:
endpoint_operations_analyst
requiresfeature_actions.all
to manage endpoint actions and can't differentiate between endpoint/rule actions, so will haveall
. Also requiresfeature_siem.all
to manage rules, so will also inherit being able to update rule actions.endpoint_policy_manager
requiresfeature_actions.all
to manage endpoint actions and can't differentiate between endpoint/rule actions, so will haveall
. Also requiresfeature_siem.all
to manage rules, so will also inherit being able to update rule actions.rule_author
requiresfeature_actions.all
to manage endpoint actions and can't differentiate between endpoint/rule actions, so will haveall
. Also requiresfeature_siem.all
to manage rules, so will also inherit being able to update rule actions.threat_intelligence_analyst
requiresfeature_actions.all
to manage endpoint actions and can't differentiate between endpoint/rule actions, so will haveall
. Also requiresfeature_siem.all
to manage rules, so will also inherit being able to update rule actions.t3_analyst
requiresfeature_siem.all
to manage rules, so will also inherit being able to update rule actions.Rule exceptions