-
Notifications
You must be signed in to change notification settings - Fork 55
Description
Feature epic details
- For the title of this issue, type: Implement proxy exclusion list in featureUtility
- Link to development epic: Implement proxy exclusion list in featureUtility open-liberty#27508
- Target GA release: 24.0.0.12
Operating systems
Does the documentation apply to all operating systems?
- [ X] Yes
- No; specify operating systems: ______
Summary
Provide a concise summary of your feature. What is the update, why does it matter, and to whom? What do 80% of target users need to know to be most easily productive using your runtime update?
FeatureUtility can connect to Maven repository using proxy. However, users may not want to use proxy for some Maven repository even when they configured proxy settings. Common use case would be when they want connect to internal repository that doesn't require proxy.
Configuration
List any new or changed properties, parameters, elements, attributes, etc. Include default values and configuration examples where relevant:
Updates to existing topics
To update existing topics, specify a link to the topics that are affected. Include a copy of the current text and the exact text to which it will change. For example: Change ABC to XYZ
https://openliberty.io/docs/latest/reference/command/featureUtility-commands.html
Add to the end of the table
| Environment variable | Corresponding properties | Description |
|---|---|---|
no_proxy |
http.nonProxyHosts |
This is a list of patterns separated by | and ,. The patterns may start or end with a '*' for wildcards. Any host matching one of these patterns will be reached through a direct connection instead of going through a proxy. |