Uploaded image for project: 'Dev - Nexus Repo'
  1. Dev - Nexus Repo
  2. NEXUS-17710

allow simple use of HTTP proxy for outbound S3 traffic

Details

    • Story
    • Resolution: Unresolved
    • Major
    • None
    • 3.13.0
    • S3, Transport
    • None
    • 4

    Description

      Background

      • Currently, S3 blob store requests don't use the global proxy settings.
      • Users can override properties to use a proxy, but this isn't documented.

      Acceptance

      • Allow admins setting up an S3 blob store to specify
        • no proxy
        • use global proxy settings (the default?)
        • proxy settings specific to this S3 blob store

      Workaround

      Configure the proxy server via bin/nexus.vmoptions using standard java system properties:

      -Dhttp.proxyHost=proxy.x.y.z
      -Dhttp.proxyPort=8080
      -Dhttps.proxyHost=proxy.x.y.z
      -Dhttps.proxyPort=8080
      -Dhttp.nonProxyHosts="169.254.169.254|localhost|*.x.y.z"
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            mprescott Michael Prescott
            Rich Seddon Rich Seddon
            Votes:
            2 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:

              tigCommentSecurity.panel-title