Skip to content

Commit

Permalink
Fixes serverless security platform authorization feature flag test (e…
Browse files Browse the repository at this point in the history
…lastic#191823)

Closes elastic#191810

## Summary

Fixes serverless security platform authorization feature flag test by
updating applicable snapshot.

### Testing
-
x-pack/test_serverless/api_integration/test_suites/security/config.feature_flags.ts
  • Loading branch information
jeramysoucy authored Aug 30, 2024
1 parent 9a2566b commit 829c6ad
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2378,6 +2378,11 @@ export default function ({ getService }: FtrProviderContext) {
"ui:navLinks/maps",
"ui:maps/show",
],
"scan_operations_all": Array [
"login:",
"api:securitySolution-writeScanOperations",
"ui:siem/writeScanOperations",
],
"trusted_applications_all": Array [
"login:",
"api:lists-all",
Expand Down

0 comments on commit 829c6ad

Please sign in to comment.