feat(cloudflare): cover ogmios v7 hostnames - #60
Merged
Conversation
Ogmios v7 is offered in the Console for cardano mainnet, preprod and
preview, so fabric hands out
{key}.cardano-{network}-v7.ogmios-m1.dmtr.host. DNS and the splat load
balancer already reach those names; the TLS handshake fails because no
certificate carries the SAN.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
scarmuega
force-pushed
the
feat/ogmios-v7-cert-hosts
branch
from
August 10, 2026 17:21
ebf109d to
7e2ac33
Compare
tripura-repalle
approved these changes
Aug 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this fixes
Ogmios v7 is being offered in the Console for cardano mainnet, preprod and preview (demeter-run/fabric#273). Fabric issues
{key}.cardano-{network}-v7.ogmios-m1.dmtr.host, and the edge has no certificate for that name:Routing already works: the DNS wildcard covers the subtree and
*.ogmios-m1.dmtr.hostfronts every network and version, so no record, pool, monitor or load balancer change is needed. Certificate coverage is the only gap.Scope
Three hosts, added to the Ogmios group of the existing pack:
cardano-{network}-v7.ogmios-m1.dmtr.hostneeds no entry —*.ogmios-m1.dmtr.hostcovers it.*.dmtr.hoststays first in the list, so the certificate's CN is unchanged.How to apply
Read the plan before applying — it will say whether the provider updates the pack in place or replaces it, and nothing else should be touched. Then the same with
apply -auto-approve -target=cloudflare_certificate_pack.this.Verification
terraform fmt -checkandterraform validate: pass.curlreturns 401 (proxy reached, no key) on all three v7 networks, and a v6 hostname still returns 401.🤖 Generated with Claude Code