We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running the Windows 2016 CIS profile causes this error when the Compliance report size is over 1MByte. It returns 1.05Mbytes.
Upon investigation the default size limit set on the Chef Server is 1MByte.
I fixed the issue by adding: opscode_erchef['max_request_size'] = "2000000" to /etc/opscode/chef-server.rb and running chef-server-ctl reconfigure
opscode_erchef['max_request_size'] = "2000000"
/etc/opscode/chef-server.rb
chef-server-ctl reconfigure
Not sure if that is a sensible default, perhaps it should be exposed and a setup parameter.
Cheers Adrian
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running the Windows 2016 CIS profile causes this error when the Compliance report size is over 1MByte. It returns 1.05Mbytes.
Upon investigation the default size limit set on the Chef Server is 1MByte.
I fixed the issue by adding:
opscode_erchef['max_request_size'] = "2000000"
to
/etc/opscode/chef-server.rb
and runningchef-server-ctl reconfigure
Not sure if that is a sensible default, perhaps it should be exposed and a setup parameter.
Cheers
Adrian
The text was updated successfully, but these errors were encountered: