tnozicka / openshift-acme

ACME Controller for OpenShift and Kubernetes Cluster. (Supports e.g. Let's Encrypt)
Apache License 2.0
319 stars 116 forks source link

Validations for new domains are disabled in the V1 API #139

Closed lukastheblack closed 4 years ago

lukastheblack commented 4 years ago

What happened: Created new route and tagged it with the acme annotation, the openshift acme container says it can't register because the V1 API is now disabled.

What you expected to happen: Route to be updated with Let's encrypt cert

How to reproduce it (as minimally and precisely as possible): Create route, tag with acme annotation

I0710 14:16:24.017481 1 route.go:385] Started syncing Route "redirect/trymellowmag.com" (2020-07-10 14:16:24.017476622 +0000 UTC m=+276776.197613352) Error syncing Route redirect/trymellowmag.com: failed to authorize domain "trymellowmag.com": 403 urn:acme:error:unauthorized: Error creating new authz :: Validations for new domains are disabled in the V1 API (https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430 )

--

Environment: All (prod/dev/auxiliary services)

@tnozicka

lukastheblack commented 4 years ago

Redeployed from git and this resolved the issue.