presslabs / zinc

Route 53 zone manager.
https://www.presslabs.com/code/zinc/
Other
42 stars 2 forks source link

Record creation race condition #226

Closed calind closed 7 years ago

calind commented 7 years ago

Steps to reproduce:

  1. create foo.example.com as POLICY_ROUTED
  2. create foo.example.com as CNAME while the POLICY_ROUTED is still dirty

We should validate this condition on serializer. This is somehow related to #158.