mirror of
https://github.com/google/nomulus
synced 2026-01-05 04:56:03 +00: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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user