Skip to content

Commit

Permalink
[Search] Fix Jira connector DLS (#189781)
Browse files Browse the repository at this point in the history
Jira connector DLS restrictions for Server and Data Center we removed in
8.13 for connector clients
(elastic/connectors#2108), but this change
wasn't propagated to native connectors.
This PR removes that restriction so native Jira connectors can use DLS
regardless of source type.
  • Loading branch information
navarone-feekery authored Aug 2, 2024
1 parent 495bb30 commit 02510ba
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/kbn-search-connectors/types/native_connectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2017,12 +2017,7 @@ export const NATIVE_CONNECTOR_DEFINITIONS: Record<string, NativeConnector | unde
},
use_document_level_security: {
default_value: null,
depends_on: [
{
field: 'data_source',
value: 'jira_cloud',
},
],
depends_on: [],
display: DisplayType.TOGGLE,
label: ENABLE_DOCUMENT_LEVEL_SECURITY_LABEL,
options: [],
Expand Down

0 comments on commit 02510ba

Please sign in to comment.