elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.35k stars 7.98k forks source link

[Detection Engine][FTR] Unskip alert assignment RBAC MKI tests #182878

Open yctercero opened 1 week ago

yctercero commented 1 week ago

Summary

Alert assignment FTRs are failing on MKI test environments. They pass when being run locally and against a snapshot. The @skipInServerlessMKI tag has been applied. I believe failure is due to a lack of required testing infrastructure for RBAC in MKI.

Location

x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/alerts/trial_license_complete_tier/assignments/assignments_serverless.ts

elasticmachine commented 1 week ago

Pinging @elastic/security-detection-engine (Team:Detection Engine)

rylnd commented 1 week ago

FYI a small piece of the MKI test infrastructure was added (for user names) in https://github.com/elastic/kibana/pull/182950, but I believe the broader role infrastructure is still missing there.