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
{{ message }}
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
We will construct the FQDN to send to route53 as test..foo.on-acorn.io. That double dot will cause route53 to blow up with:
"msg": "failed to upsert route53 record _acme-challenge..zpab5z.dev.on-acorn.io with error InvalidChangeBatch: [FATAL problem: DomainLabelEmpty (Domain label is empty) encountered with '_acme-challenge..zpab5z.dev.on-acorn.io']\n\tstatus code: 400, request id: a6f2a8e6-c024-4010-8a90-24a75be269e4"
We should handle that more gracefully through validation.
The text was updated successfully, but these errors were encountered:
On posting new records, if you have an entry that looks like this:
We will construct the FQDN to send to route53 as
test..foo.on-acorn.io
. That double dot will cause route53 to blow up with:We should handle that more gracefully through validation.
The text was updated successfully, but these errors were encountered: