-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Keenan Hoffman <khofh@allstate.com>
- Loading branch information
1 parent
7970b82
commit 3a9b189
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Improvements | ||
- `ha_proxy.http_request_deny_conditions` now supports negations of ACLs thanks to @gdenn | ||
Simply add the `negate: true` field to your ACL to negate it. | ||
- `ha_proxy.cidrs_in_file` has been added to allow users to specify a wide array of ACLs | ||
that apply to an ACL in the `ha_proxy.http_request_deny_conditions` ACL list, which | ||
would otherwise be too long for haproxy to start up properly. Take a look at [the example] | ||
for more details(https://github.com/cloudfoundry-incubator/haproxy-boshrelease/blob/master/jobs/haproxy/spec#L396-L406). | ||
Thanks @gdenn for this feature as well! | ||
|
||
# Bug Fixes | ||
|
||
- Resolved an issue where the haproxy stop script would fail if haproxy was already stopped. | ||
Thanks for the fix @domdom82! |