You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However cert-manager webhook is rejecting the issuer:
│ Error: API response status: Failure
│
│ with module.cert_manager.kubernetes_manifest.acme_cluster_issuer,
│ on modules/cert-manager/main.tf line 28, in resource "kubernetes_manifest" "acme_cluster_issuer":
│ 28: resource "kubernetes_manifest" "acme_cluster_issuer" {
│
│ admission webhook "webhook.cert-manager.io" denied the request: spec.acme.solvers[0]: Forbidden: may not specify more than one solver type in a single solver
So either the docs are wrong and I need to create two issuers, or the webhook does not know how to handle that.
Kubernetes version: 1.30
Cloud-provider/provisioner: GCP
cert-manager version: 1.16.1
Install method: helm
/kind bug
The text was updated successfully, but these errors were encountered:
I have a use-case where I want to use DNS and HTTP ACME solvers, and per documentation it is allowed:
https://cert-manager.io/docs/configuration/acme/#adding-multiple-solver-types
permalink of these docs.
There's even a full example here.
However cert-manager webhook is rejecting the issuer:
So either the docs are wrong and I need to create two issuers, or the webhook does not know how to handle that.
/kind bug
The text was updated successfully, but these errors were encountered: