Irbe Krumina
Irbe Krumina
Document that new configuration options for ACME HTTP-01 solver pod need to be added via pod spec template on issuer config instead of adding new flags to controller. See https://kubernetes.slack.com/archives/CDEQJ0Q8M/p1660041935692369...
We currently install Contour addon for e2e tests by [applying raw yaml files committed to this repo](https://github.com/cert-manager/cert-manager/blob/master/make/e2e-setup.mk#L311-L315). There is extra work in having to maintain raw yaml files as we...
At the moment we deploy Vault e2e test addon using [our own Vault Helm chart](https://github.com/cert-manager/cert-manager/tree/master/test/e2e/charts). There is now [an official Vault Helm chart from Hashicorp](https://github.com/hashicorp/vault-helm) so we should be able...
This is based on #5077, but only uses SSA to update custom resource statuses and secrets' spec as we currently don't have a clean way how to use it to...
**Is your feature request related to a problem? Please describe.** Currently when trying to reproduce a bug/verify a bugfix or work on a feature that requires deployment and configuration of...
We should write up and publish a threat model for cert-manager to help (potential) users understand how cert-manager performs from security perspective as well as so that there is a...
See the discussions on https://github.com/cert-manager/cert-manager/pull/4897 for context Currently `cmctl x install` [errors out](https://github.com/cert-manager/cert-manager/blob/master/cmd/ctl/pkg/install/install.go#L231) if it finds cert-manager CRDs already installed in the cluster. As we've chosen to _not_ delete CRDs...
See https://github.com/cert-manager/cert-manager/pull/4924#discussion_r822447695 for context. We have a bunch of flaky tests where changes being applied to test objects result in errors as the object has other changes applied to it...
At the moment we have two different ways how Prometheus metrics to measure external call latencies are obtained and how call latencies are logged- in case of ACME we have...
This is a tracking issue for what features and larger pieces of work are tentatively aimed for v1.9 release. The idea is _not_ to commit to do certain amount of...