Skip to content

Commit

Permalink
[Enterprise Search] Make network drive connector platinum (elastic#16…
Browse files Browse the repository at this point in the history
…5007)

## Summary

Change the Network Drive connector to require a platinum license.

(cherry picked from commit 5724d01)
  • Loading branch information
navarone-feekery committed Aug 28, 2023
1 parent 52d4bc4 commit 65bdb48
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export const CONNECTORS_DICT: Record<string, ConnectorClientSideDefinition> = {
externalAuthDocsUrl: '',
externalDocsUrl: '',
icon: CONNECTOR_ICONS.network_drive,
platinumOnly: true,
},
onedrive: {
docsUrl: docLinks.connectorsOneDrive,
Expand Down

0 comments on commit 65bdb48

Please sign in to comment.