wso2 / carbon-device-mgt

Apache License 2.0
53 stars 113 forks source link

Make proxy configuration optional #1246

Closed madhawap closed 6 years ago

madhawap commented 6 years ago

Purpose

As per the current configurations it is mandatory to set a value for http.nonProxyHosts property in order to the server to run on 'change-ip' mode. With this modification, it is made optional where even without this property IoT server can be run on 'change-ip' mode. 'Change-ip' mode is where the server is configured to run on a different IP other than localhost

Goals

This fix will allow bypassing the proxy-related configurations if they were not set on the iot-server.sh file

Approach

With this modification, it is made optional where even without the property "http.nonProxyHosts", IoT server can be run on 'change-ip' mode.

User stories

N/A

Release note

N/A

Documentation

N/A

Training

N/A

Certification

N/A

Marketing

N/A

Automation tests

Can not automate

Security checks

Samples

N/A

Related PRs

N/A

Migrations (if applicable)

N/A

Test environment

N/A

Learning

N/A