Description
Could IPv6 support be enabled for tuf-repo-cdn.sigstore.dev?
At the moment, it appears to be IPv4 only, which unnecessarily complicates its use from IPv6-only environments.
;QUESTION
tuf-repo-cdn.sigstore.dev. IN AAAA
;ANSWER
;AUTHORITY
sigstore.dev. 300 IN SOA ns-cloud-a1.googledomains.com. cloud-dns-hostmaster.google.com. 1 21600 3600 259200 300
Expected behavior: the host has an AAAA record and serves the TUF metadata correctly over IPv6.
This would improve Sigstore verification to work better, for example in IPv6-only CI or cloud environments.
Description
Could IPv6 support be enabled for
tuf-repo-cdn.sigstore.dev?At the moment, it appears to be IPv4 only, which unnecessarily complicates its use from IPv6-only environments.
Expected behavior: the host has an AAAA record and serves the TUF metadata correctly over IPv6.
This would improve Sigstore verification to work better, for example in IPv6-only CI or cloud environments.