Releases: rackerlabs/puppet-repose
Releases · rackerlabs/puppet-repose
Removed shutdown port definition
In repose 6.1.x the shutdown port was removed from the command line options for repose valve. This has the side effect on this module that if you update the puppet module while repose-valve is running, you will not be able to leverage the init script to stop repose-valve. You may need to kill the repose-valve pid since the default port we had been using (8188) is not the same as the default port used by repose-valve.jar (8818). See #13 for more details.
Fix log4j sizing
Merge pull request #12 from mwhahaha/log4j_fix Fixing log4j maxFileSize
HTTPS Support
Merge pull request #11 from gregswift/master More SSL support
Support request_groups in client_auth_n filter
Merge pull request #10 from nickbales/expanding_client_auth Expanding client auth
Deprecation of http-logging filter
- Updates to the log4j settings for the repose-valve container to allow for slf4j-http-logging to replicate the functionality of the http-logging filter.
- Allow for more configuration around syslog facilities and what should be sent to syslog.
- Allowing for different appenders for the local files to allow for size rotation as well as being able to use the NullAppender instead of the current DailyRollingFileAppender
Its has tests!
Merge pull request #3 from mwhahaha/spec_tests Fixing minor logic issues, adding spec tests, updating README for testing