Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FeatureUtility enable proxy exclusion list #7442

Open
1 task
jjiwooLim opened this issue Aug 1, 2024 · 1 comment
Open
1 task

FeatureUtility enable proxy exclusion list #7442

jjiwooLim opened this issue Aug 1, 2024 · 1 comment
Assignees
Milestone

Comments

@jjiwooLim
Copy link

jjiwooLim commented Aug 1, 2024

Feature epic details

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.
@dmuelle
Copy link
Member

dmuelle commented Aug 2, 2024

Hi @jjiwooLim - when you have a projected GA release for this epic, please add the corresponding version label to this issue so we can prioritize it. Let me know if you have any questions. Thanks!

@dmuelle dmuelle added this to the 24.0.0.12 milestone Oct 29, 2024
@dmuelle dmuelle self-assigned this Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants