cozystack/packages/extra
Myasnikov Daniil f7ca9880a4
fix(platform): migrate ACME HTTP-01 to ingressClassName API
ClusterIssuer solver referenced IngressClass "nginx" which does not
exist on cozystack clusters — real classes are named after tenant
namespaces (e.g. tenant-root). Cert issuance only worked because every
requesting Ingress overrode the ClusterIssuer via the legacy
acme.cert-manager.io/http01-ingress-class annotation.

Switch both sides to the modern cert-manager API (available since
cert-manager 1.12; cozystack ships 1.19.3):

- ClusterIssuer: http01.ingress.ingressClassName, value parameterized
  from _cluster.expose-ingress (default "tenant-root")
- Ingress annotation: http01-ingress-ingressclassname

These must migrate together — mixing ingressClassName (ClusterIssuer)
with the old http01-ingress-class annotation triggers cert-manager's
"fields ingressClassName and class cannot be set at the same time"
validation and breaks issuance.

Assisted-By: Claude <noreply@anthropic.com>
Signed-off-by: Myasnikov Daniil <myasnikovdaniil2001@gmail.com>
(cherry picked from commit 2b6e20cc3f)
2026-04-21 18:43:28 +05:00
..
bootbox fix(platform): migrate ACME HTTP-01 to ingressClassName API 2026-04-21 18:43:28 +05:00
etcd [docs] Updated app go types 2026-03-25 15:57:25 +05:00
external-dns [docs] Updated app go types 2026-03-25 15:57:25 +05:00
info refactor: move scripts to hack directory 2026-01-15 16:06:56 +01:00
ingress [docs] Updated app go types 2026-03-25 15:57:25 +05:00
monitoring [docs] Updated app go types 2026-03-25 15:57:25 +05:00
seaweedfs fix(platform): migrate ACME HTTP-01 to ingressClassName API 2026-04-21 18:43:28 +05:00
Makefile refactor: move scripts to hack directory 2026-01-15 16:06:56 +01:00