Skip to content

Commit

Permalink
add dls in features
Browse files Browse the repository at this point in the history
  • Loading branch information
parthpuri-elastic committed May 24, 2024
1 parent e486523 commit f2c4a4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/kbn-search-connectors/types/native_connectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3608,6 +3608,9 @@ export const NATIVE_CONNECTOR_DEFINITIONS: Record<string, NativeConnector | unde
advanced: { enabled: false },
basic: { enabled: true },
},
[FeatureName.DOCUMENT_LEVEL_SECURITY]: {
enabled: true,
},
[FeatureName.INCREMENTAL_SYNC]: {
enabled: true,
},
Expand Down

0 comments on commit f2c4a4c

Please sign in to comment.