Skip to content

Commit a8d98e4

Browse files
authored
Add details for setting EPR proxy URL (#696)
This forward fits a small change from elastic/ingest-docs#1722 to add details for setting a proxy URL for the EPR. (Karen, this is the forward fit I mentioned for the PR from earlier today)
1 parent c16fd72 commit a8d98e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

reference/ingestion-tools/fleet/epr-proxy-setting.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Also your organization might have network traffic restrictions that prevent {{ki
1313
xpack.fleet.registryProxyUrl: your-nat-gateway.corp.net
1414
```
1515
16+
If your HTTP proxy requires authentication, you can include the credentials in the URI, such as `https://username:password@your-nat-gateway.corp.net`, only when using HTTPS.
17+
1618
## What information is sent to the {{package-registry}}? [_what_information_is_sent_to_the_package_registry]
1719

1820
In production environments, {{kib}}, through the {{fleet}} plugin, is the only service interacting with the {{package-registry}}. Communication happens when interacting with the Integrations UI, and when upgrading {{kib}}. The shared information is about discovery of Elastic packages and their available versions. In general, the only deployment-specific data that is shared is the {{kib}} version.

0 commit comments

Comments
 (0)