We believe that the best way to build software is to do it in close collaboration with the people who use it. We invite you to submit your ideas using the form below. Please be sure to include the problem for which you are solving and the benefits of implementing the idea.
We do our best to implement as many Ideas as we can. Our Product team will evaluate all submitted ideas in a timely manner and will disposition each into one of the following categories: will integrate into the product roadmap, further research is needed, unlikely to implement.
Thanks for collaborating with us!
As an organization which is looking to adopt enhanced Compliance Phase offerings with Chef Infra runs, it would be helpful to have a way to trigger a Chef Infra Client run via chef-client
cli option but only run the Compliance Phase, perhaps with a command-line option similar to chef-client --compliance
.
This would allow the Node to pickup all available configuration settings for the Compliance Phase (or have those passed through via other CLI methods such as -o
or --named-run-list
) and provide adhoc or interactive execution of only Compliance Phase components to evaluate the state of a system.
InSpec can be called directly currently, with inspec exec
, however this then requires a user to assemble the correct command line sequence to find and execute desired profiles and send reporting data properly, while all of this data is already configured and available for Compliance Phase.