You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/framework-sealights_agent.md
+6
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,10 @@ The credential payload can contain the following entries.
19
19
| Name | Description
20
20
| ---- | -----------
21
21
| `token` | A Sealights Agent token
22
+
| `proxy` | Specify a HTTP proxy used to communicate with the Sealights backend. Required when a corporate network prohibits communication to cloud services. The default is to have no proxy configured. This does not inherit from `http_proxy`/`https_proxy` or `http.proxyHost/https.proxyHost`, you must set this specifically if a proxy is needed.
23
+
| `lab_id` | Specify a Sealights [Lab ID][]
24
+
25
+
All fields above except the agent token may be also specified in the [Configuration Section](#configuration) below.
22
26
23
27
## Configuration
24
28
For general information on configuring the buildpack, including how to specify configuration values through environment variables, refer to [Configuration and Extension][].
@@ -33,6 +37,8 @@ The framework can be configured by modifying the [`config/sealights_agent.yml`][
33
37
| `auto_upgrade` | Enable/disable agent auto-upgrade. Off by default
34
38
| `version` | The version of Auto-reconfiguration to use. Candidate versions can be found in [this listing][]. If auto_upgrade is turned on, a different version may be downloaded and used at runtime
35
39
40
+
Configuration settings will take precedence over the ones specified in the [User-Provided Service](#user-provided-service), if those are defined.
41
+
36
42
## Troubleshooting and Support
37
43
38
44
For additional documentation and support, visit the official [Sealights Java agents documentation] page
0 commit comments