stephen-fox

Results 9 issues of stephen-fox

While trying out this application and attempting to get a better understanding of how it should be used, I noticed that it exits 0 (and without any error message) if...

#### What type of PR is this? /kind documentation #### What this PR does / why we need it: This PR adds installation documentation for the recently-added helm chart. ####...

cncf-cla: yes
size/S
ok-to-test
release-note-none
kind/documentation

#### What would you like to be added: We recently added a helm chart in PR #1013. Unfortunately, cert-manager does not support helm's dependency management feature (see above PR's description...

kind/feature

#### What would you like to be added: Currently, the `Makefile` automation downloads tools like `kustomize`, `kubernetes-split-yaml`, and `operator-sdk` without authenticating them. In other words, their hashes are not checked,...

kind/feature

Currently, the VNC server is started without a password if none was specified in the guest's configuration file (this is normally done with the "vnc_password" parameter). This commit changes this...

Hello, I have been playing around with upgrading to a more recent version of hugo as well as a more recent revision of your excellent theme. When using anubis at...

Hello, While experimenting with this library on flatcar Linux, I noticed that the `aucoalesce.CoalesceMessages` function returns the following error when it encounters certain audit events: `missing syscall message in compound...

bug
Team:Security-External Integrations

## Summary cosign's `sign*` commands currently output a signature's transparency log index number (as of v2.2.4). As an enhancement, it would be helpful if cosign also output the rekor entry...

enhancement

The `#![feature(array_chunks)]` attribute seems to be unused. Its presence means only rust nightly users can compile mempeek from source. This commit removes the attribute. (Note: as far as I can...