Page MenuHomePhorge

Domain verification/information UI and API
ClosedPublic

Authored by machniak on Feb 6 2020, 10:48 AM.
Tags
None
Referenced Files
F11584929: D937.id2191.diff
Thu, Mar 28, 10:03 AM
F11581212: D937.id2203.diff
Thu, Mar 28, 2:08 AM
F11580687: D937.id2203.diff
Thu, Mar 28, 1:20 AM
Unknown Object (File)
Tue, Mar 12, 4:07 PM
Unknown Object (File)
Tue, Mar 5, 2:58 PM
Unknown Object (File)
Feb 23 2024, 3:52 AM
Unknown Object (File)
Feb 19 2024, 3:30 AM
Unknown Object (File)
Feb 13 2024, 11:57 PM
Subscribers

Details

Reviewers
vanmeeuwen
Group Reviewers
Restricted Project
Commits
rK02577c54570e: Domain verification/information UI and API

Diff Detail

Repository
rK kolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

machniak created this revision.
machniak added a reviewer: Restricted Project.Feb 6 2020, 11:32 AM
  • Don't use domain id when generating a hash, prefix and namespace is enough

DNS records for positive and negative tests:

ci-success-cname                A       212.103.80.148
ci-success-cname                MX      10  mx01.kolabnow.com.
ci-success-cname                TXT     "v=spf1 mx -all"
kolab-verify.ci-success-cname   CNAME   2b719cfa4e1033b1e1e132977ed4fe3e.ci-success-cname

ci-failure-cname                A       212.103.80.148
ci-failure-cname                MX      10  mx01.kolabnow.com.
kolab-verify.ci-failure-cname   CNAME   2b719cfa4e1033b1e1e132977ed4fe3e.ci-failure-cname

ci-success-txt                  A       212.103.80.148
ci-success-txt                  MX      10  mx01.kolabnow.com.
ci-success-cname                TXT     "v=spf1 mx -all"
kolab-verify.ci-success-txt     TXT     "kolab-verify=de5d04ababb52d52e2519a2f16d11422"

ci-failure-txt                  A       212.103.80.148
ci-failure-txt                  MX      10  mx01.kolabnow.com.
kolab-verify.ci-failure-txt     TXT     "kolab-verify=de5d04ababb52d52e2519a2f16d11422"

ci-failure-none                 A       212.103.80.148
ci-failure-none                 MX      10  mx01.kolabnow.com.
  • Redirect to the requested page after login
  • Add dusk tests for domain page
  • Add tests for domain dns verification
  • Remove (comment out) verification of domain existence in DNS

As we've found, a signup process for a domain, the entitlement for the domain is not created.

This revision now requires changes to proceed.Feb 7 2020, 2:53 PM
  • Activate domain-hosting SKU
This revision was not accepted when it landed; it landed in state Needs Review.Feb 10 2020, 9:04 AM
This revision was automatically updated to reflect the committed changes.