[Security Solutions][Detection Engine] Fixes one liner access control with find_rules REST API

## Summary

Fixes one liner access control where during the project rename, one got named to `access` instead of `access:securitySolution`
This commit is contained in:
Frank Hassanabad 2020-12-09 15:07:22 -07:00 committed by GitHub
parent ac06cb87cd
commit 5bb47d48b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ export const findRulesRoute = (router: IRouter) => {
),
},
options: {
tags: ['access'],
tags: ['access:securitySolution'],
},
},
async (context, request, response) => {