Plugins: add option to proxy ds connections through a secure socks proxy (#59254)

* Plugins: add feature to proxy data source connections
This commit is contained in:
Stephanie Hingtgen
2022-11-29 23:50:59 -06:00
committed by GitHub
parent 122f0d947e
commit 6805c951e9
10 changed files with 342 additions and 1 deletions

View File

@@ -82,5 +82,6 @@ export interface FeatureToggles {
nestedFolders?: boolean;
accessTokenExpirationCheck?: boolean;
elasticsearchBackendMigration?: boolean;
secureSocksDatasourceProxy?: boolean;
authnService?: boolean;
}