Skip to content

Releases: rackerlabs/puppet-repose

Removed shutdown port definition

13 Oct 14:55

Choose a tag to compare

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

02 Oct 02:15

Choose a tag to compare

Merge pull request #12 from mwhahaha/log4j_fix

Fixing log4j maxFileSize

HTTPS Support

30 Sep 19:35

Choose a tag to compare

Merge pull request #11 from gregswift/master

More SSL support

Support request_groups in client_auth_n filter

16 Sep 17:27

Choose a tag to compare

Merge pull request #10 from nickbales/expanding_client_auth

Expanding client auth

Deprecation of http-logging filter

15 Sep 18:35

Choose a tag to compare

  • 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!

25 Aug 16:10

Choose a tag to compare

Merge pull request #3 from mwhahaha/spec_tests

Fixing minor logic issues, adding spec tests, updating README for testing