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 was archived by the owner on Jul 12, 2023. It is now read-only.
Nope we should be good here. #613 and #615 we're the last fixes.
/close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
TL;DR
A prototype for this exists in PR #546
The current ens protocol spec is not clickable in all messaging apps that may be used to receive SMS deep links on mobile devices.
In order to ensure that all users have a clickable link, we will provide a redirect server that verification server operators can use to
Design
Proposal
Simple URL redirect service. This needs to support custom subdomain mapping to ENS link.
Having unique subdomains allows per-region applications to to register that intent and handle it in the mobile OS.
As an example.
https://us-wa.example.com/v?c=1234abcd5678efgh
will redirect to
ens://v?c=1234abcd5678efgh&r=US-WA
Configuration will consist of 2 elements
URI prefix to simply rewrite to ens://
and the region to append
will add "&r=REGION"
redirect requests that reach the server and do not match will return a 404.
Alternatives considered
the existing ens:// schema has proven not to work.
Resources
ens protocol spec
Additional information
For production deployment, request logging should be disabled.
/kind enhancement
/assign
The text was updated successfully, but these errors were encountered: