Skip to content

Commit

Permalink
allow read to anyone, block unwanted with iptables
Browse files Browse the repository at this point in the history
  • Loading branch information
kreczko committed Jan 29, 2016
1 parent 7590abe commit ca5595e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/10_security.config.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ HOSTALLOW_NEGOTIATOR = $(COLLECTOR_HOST)
HOSTALLOW_ADMINISTRATOR = $(COLLECTOR_HOST)
HOSTALLOW_NEGOTIATOR_SCHEDD = $(COLLECTOR_HOST)

ALLOW_READ = */*.$(UID_DOMAIN)
# allow read to anyone, block unwanted with iptables
ALLOW_READ = *
ALLOW_WRITE = $(CMS), $(CES), $(WNS)

#if the CE has a private NIC, it needs to be included here as well
Expand Down

0 comments on commit ca5595e

Please sign in to comment.