Unable to disable http & https #3425
Labels
theme/operator-usability
Replaces UX. Anything related to making things easier for the practitioner
type/bug
Feature does not function as expected
Milestone
If you have a question, please direct it to the
consul mailing list if it hasn't been
addressed in either the FAQ or in one
of the Consul Guides.
When filing a bug, please include the following:
consul version
for both Client and ServerClient:
Consul v0.9.2
Server:
Consul v0.9.2
consul info
for both Client and ServerClient:
Server:
Operating system and Environment details
Ubuntu 14.04
Description of the Issue (and unexpected/desired result)
We have been migrating from Consul 0.5.0 (I know very old) to the latest version. On many of our client we disabled the http API as we don't want the ports open for access. This worked fine on 0.5.0 but when we run on 0.8.0 and above we get the following error when starting up in client mode:
We have no watch plans defined in this configuration so don't want to enable HTTP for certain clients.
If I enable the http port but then use
iptables
to block all access to the port consul seems to operate fine for us which asks the question why we have to have it set.In our production environment we can't use iptables so this is currently blocking our migration.
Reproduction steps
set http and https to -1 in config json.
Log Fragments or Link to gist
Include appropriate Client or Server log fragments. If the log is longer
than a few dozen lines, please include the URL to the
gist.
TIP: Use
-log-level=TRACE
on the client and server to capture the maximum log detail.The text was updated successfully, but these errors were encountered: