zinc icon indicating copy to clipboard operation
zinc copied to clipboard

Route 53 zone manager.

Results 8 zinc issues
Sort by recently updated
recently updated
newest added

https://sentry.presslabs.net/presslabs/zinc/issues/1999/ ``` Exception: Policy can't be applied. zone: ''; policy: '' (4 additional frame(s) were not displayed) ... File "zinc/route53/zone.py", line 200, in _reconcile_policy_records r53_policy.reconcile() File "zinc/route53/policy.py", line 109, in...

bug

For example prioritise `reconcile_records` over `update_ns_propagated` for example. If there are records to reconcile, `update_ns_propagated` should not start.

bug

Adding a new AWS zone for policy members should not require a code change. Maybe allowing any string would be good enough.

enhancement

It would be very useful to be able to duplicate a policy from admin. I needed to do an intervention and move some nodes from a region to another and...

enhancement

In case zone.create fails, list all zones and match by CallerReference, if the config is the same, persist that Id, else delete the zone and create a new one. ###...

enhancement

### `weighted` policy If a policy is of type `weighted` is should build only a weighted tree, ignoring policy member's `region`. When saving in admin a policy of type `weighted`...

enhancement