Uploaded image for project: 'apiman (API Management)'
  1. apiman (API Management)
  2. APIMAN-1292

Listen to single host/IP in Vert.x Gateway

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 1.3.x, 1.3.3.Final
    • None
    • Gateway
    • None

    Description

      Currently the Vert.x Gateway listens to all interfaces, according to http://vertx.io/docs/apidocs/io/vertx/rxjava/core/http/HttpServer.html#listen-int-

      A specific host/IP could be specified in the verticles configuration, using a host property, like:

      "verticles": {
        "http": {
          "host": "172.31.25.78",
          "port": 80,
          "count": 0
        },
        "https": {
          "host": "172.31.25.78",
          "port": 443,
          "count": "auto"
        },
        "api": {
          "host": "172.31.25.78",
          "port": 8081,
          "count": 1
        }
      }
      

      Attachments

        Activity

          People

            msavy_jira Marc Savy (Inactive)
            jriquelme_jira Jorge Riquelme (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: