Richard Wall
Richard Wall
After merging https://github.com/jetstack/jetstack-secure/pull/471 I noticed that the badge on the README file is red and says "release-master: failing" * https://github.com/jetstack/jetstack-secure/actions/workflows/release-master.yml Urgent because it's likely to prevent us releasing a new...
Some node labels in the config file (such as node-role.kubernetes.io/worker) cause `kind create cluster` to fail with an unfriendly error I attempted to use this feature to set a meaningful...
This project imports the go module `istio.io/istio` which uses unadorned semver tags rather than the go standard `v` prefixed release tags. The consequence is that `go mod tidy` always replaced...
While working on https://github.com/cert-manager/approver-policy/pull/385 I noticed these new labels in the example are wrong. They are cert-manager labels. https://github.com/cert-manager/trust-manager/blob/34bb21e768695b4503e8e831e99f5d5ffb53f441/deploy/charts/trust-manager/values.yaml#L137-L147 Check for other copy-paste errors when we fix this. _Originally posted...
The go-ldap and asn-ber libraries both limit the message length in their fuzz tests because the default limit is 2GiB which crashes their test runners: * https://github.com/go-ldap/ldap/blob/25b14db0ff3f3c0e927771e4441cdf61400367fd/fuzz_test.go#L13-L21 * https://github.com/go-asn1-ber/asn1-ber/blob/master/fuzz_test.go#L33C1-L37 We...
Given the following Certificate, in the absence of any ClusterIssuer, I notice that the "ClusterIssuer not found" event is created four times, once for each of the built in issuers....
In https://github.com/cert-manager/website/pull/1458 I attempted to disable client-side rate-limiting of API requests, by setting `kubernetesAPIQPS: -1` in the controller config. It [should be possible](https://github.com/kubernetes/kubernetes/blob/6813625b7cd706db5bc7388921be03071e1a492d/staging/src/k8s.io/client-go/rest/config.go#L351-L364), but `-1` was rejected by the config...
> `make update-licenses` is non-deterministic. > It seems to add or remove the version segments of the license URLs each time I run it. _Originally posted by @wallrj in https://github.com/cert-manager/cert-manager/pull/6601#discussion_r1446122064_...
Fixes: #1 I'm building and pushing this to quay.io/wallrj/java-jolokia for my own testing.
Latest version of Jolokia is https://github.com/rhuss/jolokia/tree/v1.3.7 But the latest image containes 1.3.1 It'd be nice to have a more up-to-date image.