mirror of
https://github.com/google/nomulus.git
synced 2025-07-30 06:26:30 +02:00
Add DS validation to match Cloud DNS (#1487)
* Add DS validation to match Cloud DNS * Add checks to flows * Add some flow tests * Add tests for DomainCreateFlow * Add tests for UpdateDomainCommand * Fix docs test * Small fixes * Remove builder from tests
This commit is contained in:
parent
c1ad06afd1
commit
d5db6c16bc
18 changed files with 445 additions and 47 deletions
|
@ -398,6 +398,7 @@ An EPP flow that creates a new domain resource.
|
|||
* The fee description passed in the transform command matches multiple fee
|
||||
types.
|
||||
* The fee description passed in the transform command cannot be parsed.
|
||||
* Domain has an invalid DS record.
|
||||
* Domain name starts with xn-- but is not a valid IDN.
|
||||
* The specified trademark validator is not supported.
|
||||
* Domain labels cannot begin with a dash.
|
||||
|
@ -810,6 +811,7 @@ statuses are updated at once.
|
|||
* 2306
|
||||
* Cannot add and remove the same value.
|
||||
* More than one contact for a given role is not allowed.
|
||||
* Domain has an invalid DS record.
|
||||
* Missing type attribute for contact.
|
||||
* The secDNS:all element must have value 'true' if present.
|
||||
* Too many DS records set on a domain.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue