[Enterprise Search] Remove GitHub connector and GCS native (#161620)

## Summary

This removes the GitHub connector (which is not ready yet) and moves the
Google Cloud Storage connector to non-native.
This commit is contained in:
Sander Philipse 2023-07-11 18:06:01 +08:00 committed by GitHub
parent ba539d7a39
commit 8228c2afc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [
{
iconPath: 'google_cloud_storage.svg',
isBeta: true,
isNative: true,
isNative: false,
keywords: ['google', 'cloud', 'blob', 's3', 'connector'],
name: i18n.translate('xpack.enterpriseSearch.content.nativeConnectors.googleCloud.name', {
defaultMessage: 'Google Cloud Storage',
@ -140,17 +140,6 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [
}),
serviceType: 'dropbox',
},
{
iconPath: 'github.svg',
isBeta: true,
isNative: false,
isTechPreview: false,
keywords: ['github', 'cloud', 'server', 'connector'],
name: i18n.translate('xpack.enterpriseSearch.content.nativeConnectors.github.name', {
defaultMessage: 'GitHub',
}),
serviceType: 'github',
},
{
iconPath: 'oracle.svg',
isBeta: true,