diff --git a/x-pack/test/api_integration/apis/security/privileges.ts b/x-pack/test/api_integration/apis/security/privileges.ts index d49df52bfcd1c..3400a66b372cb 100644 --- a/x-pack/test/api_integration/apis/security/privileges.ts +++ b/x-pack/test/api_integration/apis/security/privileges.ts @@ -38,6 +38,8 @@ export default function ({ getService }: FtrProviderContext) { 'minimal_read', 'endpoint_list_all', 'endpoint_list_read', + 'endpoint_and_rule_exceptions_all', + 'endpoint_and_rule_exceptions_read', 'trusted_applications_all', 'trusted_applications_read', 'host_isolation_exceptions_all',