tyoushinya opened a new pull request, #3831: URL: https://github.com/apache/ambari/pull/3831
## What changes were proposed in this pull request? Add a whitelist configuration setting to control which host will be allowed to access Ambari server. ## How was this patch tested? 1. Add a comma-separated whitelist setting(security.server.access.whitelist) in ambari.properties configuration file. Supported values are IPăhostname or IP range as following. host1,192.168.0.118-168,192.168.1.5 2. Restart Ambari server 3. You can try to access Ambari server. The configured hosts can access succeed, and others are forbidden. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@ambari.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ambari.apache.org For additional commands, e-mail: dev-h...@ambari.apache.org