Temporarily disable access to openstackid.org

The production OpenStackID service is able to read sensitive data,
so before booting the production server we're temporarily removing
global Web access to the system and will manually whitelist specific
source addresses for testing until we're comfortable it's safe to
open up to the World. At that point, this commit will be reverted.

Change-Id: I7a89fa1ffccaf777c29fb22e06c6c14929739657
This commit is contained in:
Jeremy Stanley 2014-10-08 20:54:35 +00:00
parent 9dc29c7a27
commit 751b33d91c

View File

@ -42,7 +42,6 @@ class openstack_project::openstackid_prod (
) {
class { 'openstack_project::server':
iptables_public_tcp_ports => [80, 443],
sysadmins => $sysadmins,
}