Skip to content

Commit

Permalink
Merge pull request #7701 from OpenLiberty/7442-fut
Browse files Browse the repository at this point in the history
edits
  • Loading branch information
dmuelle authored Nov 15, 2024
2 parents fd6ccd9 + 801e9f8 commit 6ab4e22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/reference/pages/command/featureUtility-commands.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ The following table lists the environment variables and their corresponding prop
a|Specifies how features must be verified during a process or an installation.
Supported values are `enforce`, `skip`, `all`, and `warn`. If this option is not specified, the default value is `enforce`.

|`NO_PROXY`
|`http.nonProxyHosts`
|Specifies a list of patterns separated by pipe (`|`), comma (`,`), or period (`.`) delimiters. Patterns can start or end with an asterisk (`*`) for wildcards. Open Liberty connects to any host that matches one of these patterns through a direct connection instead of going through a proxy.

* `enforce`: Verifies the signatures of all Liberty features except for user features. It checks the integrity and authenticity of the features that are provided by the Liberty framework.
* `skip`: Choosing this option skips the verification process altogether. No feature signatures are downloaded or checked. It expedites the installation process but must be used with caution, as it bypasses an important security step.
* `all`: Verifies both the Liberty features and the user features. The features that are provided by the Liberty framework and any additional user features or components are checked for integrity.
* `warn`: Similar to the `all` option, warn also verifies both the Liberty features and user features. This option allows the process to continue, even if some feature signatures cannot be validated. A verification failure does not immediately end the installation process, but it results in a warning message.
|`NO_PROXY`
|`http.nonProxyHosts`
|Requires Open Liberty to use a direct connection instead of a proxy for certain hosts. Specify a list of hostname patterns separated by pipe (`\|`), comma (`,`), or period (`.`) delimiters. Patterns can start or end with an asterisk (`*`) for wildcards. For any hostname that matches a specified pattern, Open Liberty connects to the host directly instead of going through a proxy.

|`http_proxy`
|`proxyHost`, `proxyPort`, `proxyUser`, and `proxyPassword`
a|Configures the outbound HTTP proxy.
Expand Down

0 comments on commit 6ab4e22

Please sign in to comment.