Skip to content

Commit 5ba7afd

Browse files
authored
[docs] feat(agent): add proxy documentation (#276)
* [docs] feat(agent): add proxy documentation (#276) * [docs] feat(agent): review pr feedbacks (#276)
1 parent 1eda728 commit 5ba7afd

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/usage/openaev-agent.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,20 @@ The installation creates two firewall rules:
224224

225225
---
226226

227+
## Proxy Configuration
228+
229+
To use a proxy with the OpenAEV Agent, define both `HTTP_PROXY` and `HTTPS_PROXY` **before running the installer**.
230+
231+
You can configure them in either of the following ways:
232+
- **Machine-wide (persistent):** set them as system environment variables so they are available globally.
233+
- **Session-only (temporary):** set/export them in the same terminal session immediately before executing the installation script.
234+
235+
If the agent is installed as a service, make sure these variables are also available to the service account.
236+
237+
Verify that your proxy is correctly configured and communicate well with your OpenAEV Agent installed.
238+
239+
---
240+
227241
## Features
228242

229243
The main features of the OpenAEV Agent include:

0 commit comments

Comments
 (0)