Jeremy J. Miller
Jeremy J. Miller
### Description As a secops person, I want have an easy to use pattern for enumerating directory children, so that it works as expected both locally and when executing remotely....
Maintaining both structopt and native clap argument validation and marshaling in our CLI code base has become a non-trivial overhead. An important tech-debt task should entail converting the full CLI...
With hab version `0.85.0` and perhaps earlier versions, the `hab pkg export ` commands fail as expected when the user running the command does not have write permissions on the...
## Description oc_erchef has a timeout for [oc_chef_authz](https://github.com/chef/chef-server/blob/master/omnibus/files/private-chef-cookbooks/private-chef/templates/default/oc_erchef.config.erb#L200) connections that defaults to [2000ms](https://github.com/chef/chef-server/blob/master/omnibus/files/private-chef-cookbooks/private-chef/attributes/default.rb#L392). For organizations with thousands of clients, this timeout can be exceeded when querying the `clients` group. The...
## Note from the Maintainers If you experience this issue, can you: - Ensure that this was the *first* error that you experienced during the installation process. - Provide the...
"Although this page is encrypted, the information you have entered is to be sent over an unencrypted connection and could easily be read by a third party. Are you sure...
### Cookbook version 4.0.0 ### Chef-client version Any ### Platform Details Any ### Scenario: If somebody does not follow exactly the compatibility matrix from the README: https://github.com/chef-cookbooks/audit#support-matrix and they use...
`cargo-audit` has some very nice features, displaying warnings for: • yanked crates • vulnerable crates • unmaintained crates The features are detailed in this blog post https://blog.rust-lang.org/inside-rust/2020/01/23/Introducing-cargo-audit-fix-and-more.html It would be...
We already capture all package related activities in the audit_package table. It would be nice to expose this, via appropriate authorization, as an endpoint.
A simple tar extraction during pkg build fails on Builder and works locally. Originally we had [this](https://github.com/chef/chef-server/commit/1907d74856839bc8b75166f0033ec0503d584dae#diff-85006628342dd65f4c64740de61eebbcR81): `tar -xzf lpeg-${lpeg_version}.tar.gz` Then we changed to [this](https://github.com/chef/chef-server/blob/master/src/openresty-noroot/habitat/plan.sh#L81) `tar -xzf lpeg-${lpeg_version}.tar.gz --owner=$(id -u)...