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
If #143 is implemented, requiring a x509 keypair in addition to DNS configuration would make the barrier to using namespaces quite high.
I could refactor the url routing to allow namespace routes when X-Namespace-Auth is present instead of the current host != default_namespace behavior, so you'd do your POST on ptpb.pw over https, and GET on the namespace over http.
The text was updated successfully, but these errors were encountered:
If #143 is implemented, requiring a x509 keypair in addition to DNS configuration would make the barrier to using namespaces quite high.
I could refactor the url routing to allow namespace routes when
X-Namespace-Auth
is present instead of the currenthost != default_namespace
behavior, so you'd do your POST onptpb.pw
over https, and GET on the namespace over http.The text was updated successfully, but these errors were encountered: