Skip to content

Commit

Permalink
Make getFindAuthorizationFilter to work with the new authorization
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Jul 14, 2024
1 parent 41e5491 commit f65ca2c
Show file tree
Hide file tree
Showing 7 changed files with 2,663 additions and 1,589 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import Boom from '@hapi/boom';
import { isEmpty, pick } from 'lodash';
import { KueryNode, nodeBuilder } from '@kbn/es-query';
import { AlertConsumers } from '@kbn/rule-data-utils';
import { AlertingAuthorizationEntity } from '../../../../authorization/types';
import { SanitizedRule, Rule as DeprecatedRule, RawRule } from '../../../../types';
import { AlertingAuthorizationEntity } from '../../../../authorization';
import { ruleAuditEvent, RuleAuditAction } from '../../../../rules_client/common/audit_events';
import {
mapSortField,
Expand Down
Loading

0 comments on commit f65ca2c

Please sign in to comment.