Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-28307

Incorrect Proxy env variables documentation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 8.0.0.GA
    • Documentation, OpenShift
    • None
    • False
    • None
    • False

      in Documentation: https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/8.0/html-single/using_jboss_eap_on_openshift_container_platform/index#ref_enviroment-variables_assembly_reference-information-for-openshift-container-platform

      We are documentating env variables that don't exist:

      HTTP_PROXY_PORT

      HTTP_PROXY_USERNAME

      HTTP_PROXY_PASSWORD

      HTTP_PROXY_NONPROXYHOST

      We need to remove those env variables and document the correct ones:

      • no_proxy:  A comma separated lists of hosts, IP addresses or domains that can be accessed directly. This will be used for both Maven builds and Java runtime. For example: "foo.example.com,*.example.org"
      • https_proxy: The location of the https proxy. This takes precedence over *http_proxy* and will be used for both Maven builds and Java runtime. For example: "myuser:mypass@127.0.0.1:8080"
      • http_proxy: The location of the http proxy. This will be used for both Maven builds and Java runtime. For example: "http://127.0.0.1:8080"

              sraghupu Sangeeta Raghu-Punnadi
              jdenise@redhat.com Jean Francois Denise
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: