|
75 | 75 | # String. The password for the particular application key in the keystore. |
76 | 76 | # Defaults to <tt>undef</tt> |
77 | 77 | # |
| 78 | +# [*content_body_read_limit*] |
| 79 | +# Integer. Maximum size ofr request content in bytes |
| 80 | +# Defaults to <tt>undef</tt> |
| 81 | +# |
| 82 | +# [*jmx_reset_time*] |
| 83 | +# Integer. The number of seconds the JMX reporting service keeps |
| 84 | +# data. The data will be reset after this amount of time. |
| 85 | +# Defaults to <tt>undef</tt> |
| 86 | +# |
| 87 | +# [*client_request_logging*] |
| 88 | +# Bool. Logs communication between repose and the end service |
| 89 | +# Defaults to <tt>false</tt> |
| 90 | +# |
78 | 91 | # [*http_port*] |
79 | 92 | # DEPRECATED. This attribute is deprecated and will be ignored. This has |
80 | 93 | # moved to the system-model configuration. |
|
95 | 108 | # DEPRECATED. This attribute is deprecated and moved to the |
96 | 109 | # http-connection-pool configuration. |
97 | 110 | # |
98 | | -# [*client_request_logging*] |
99 | | -# DEPRECATED. Bool. Log the client request |
100 | | -# Defaults to <tt>false</tt> |
101 | | -# |
102 | 111 | # === Examples |
103 | 112 | # |
104 | 113 | # class { 'repose::filter::container': |
|
129 | 138 | $ssl_keystore_filename = undef, |
130 | 139 | $ssl_keystore_password = undef, |
131 | 140 | $ssl_key_password = undef, |
| 141 | + $content_body_read_limit = undef, |
| 142 | + $jmx_reset_time = undef, |
132 | 143 | $client_request_logging = undef, |
133 | 144 | $http_port = undef, |
134 | 145 | $https_port = undef, |
135 | 146 | $connection_timeout = undef, |
136 | 147 | $read_timeout = undef, |
137 | 148 | $proxy_thread_pool = undef, |
138 | | - $client_request_logging = undef, |
139 | 149 | ) inherits repose::params { |
140 | 150 |
|
141 | 151 | ### Validate parameters |
|
0 commit comments