2019-12-01 10:52:06 |
Sergey Kraynev |
description |
Designate provides API to manipulate TSIG keys for corresponding pools.
Now these TSIG keys are used for validation XFR request during Zone transfer.
However, there is no ability to use these TSIG keys for creation Zone in backend plugins.
At least one way to create zone with necessary TSIG key is to specify it in pools.yaml if it's supported by backend plugin. Otherwise TSIG should be added manually in thrird-paty service.
Will be good to have ability to use TSOIG key values directly from Designate DB in backend plugins
without copy-pasting same data to pools.yaml |
Designate provides API to manipulate TSIG keys for corresponding pools. (https://docs.openstack.org/designate/2.1.0/rest/v2/tsigkeys.html)
Now these TSIG keys are used for validation XFR request during Zone transfer.
However, there is no ability to use these TSIG keys for creation Zone in backend plugins.
At least one way to create zone with necessary TSIG key is to specify it in pools.yaml if it's supported by backend plugin. Otherwise TSIG should be added manually in thrird-paty service.
Will be good to have ability to use TSOIG key values directly from Designate DB in backend plugins
without copy-pasting same data to pools.yaml |
|