[v9.3.x] Plugins: add option to proxy ds connections through a secure socks proxy (#59254) (#60643)

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

* Plugins: add feature to proxy data source connections

(cherry picked from commit 6805c951e9)
This commit is contained in:
Stephanie Hingtgen
2023-01-04 08:35:18 -06:00
committed by GitHub
parent 41ce629a25
commit a4b7019ff0
10 changed files with 343 additions and 1 deletions
+11
View File
@@ -1343,3 +1343,14 @@ index_update_interval = 10s
# Move a specific app plugin page (referenced by its `path` field) to a specific navigation section
# Format: <Page URL> = <Section ID> <Sort Weight>
[navigation.app_standalone_pages]
#################################### Secure Socks5 Datasource Proxy #####################################
[secure_socks_datasource_proxy]
enabled = false
root_ca_cert =
client_key =
client_cert =
server_name =
# The address of the socks5 proxy datasources should connect to
proxy_address =