Jordan Liggitt
Jordan Liggitt
https://github.com/imdario/mergo/pull/85 introduced a bug that can leave `overwriteWithEmptyValue` set to true if a map is encountered, but one of the `continue` or `return` statements is called before calling `deepMerge` (which...
Now that #1 is merged, a Test CI job is defined, and it is [green on `main`](https://github.com/spf13/cobra-cli/actions/workflows/test.yml?query=branch%3Amain), it should be marked a required job to prevent accidental merges without first...
#### What would you like to be added: Update https://github.com/kubernetes/sig-release/blob/master/release-engineering/handbooks/go.md to include information about bumping the go version in the canary test image and running the canary presubmit jobs ####...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing...
Rather than writing output to stdout, allow specifying an output file This is a prereq for generating intermediate results when processing a large or continuous audit stream Could either generate...
only generate roles for permissions missing from existing roles
"If the user does something against extensions/deployments, also allow it against apps/deployments"
"if the user does an update, also allow patch", etc currently hardcoded: https://github.com/liggitt/audit2rbac/blob/78308e521a2907d100f54f829914662837e55428/pkg/process.go#L35-L40
Needed to include synthetic resource permissions checked for by various admission plugins or kubelets Requires audit log to capture content for SAR Might need to special case PSP checks (or...