Zone whitelist support

Bug #1783276 reported by Nobuto Murata
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Designate
New
Undecided
Unassigned

Bug Description

At this moment, Designate supports blacklists when creating a zone. But in some cases defining a whitelist would be useful.

For example, if I want to allow only *.openstack-designate.example.com to be managed in Designate for my cloud users. I have to define a tricky regular expression using a negative match like:

'^.(?!.*\.openstack-designate\.example\.com\.$)'

It would be nice if I can just use a straightforward expression with a whitelisting feature.

'^.*\.openstack-designate\.example\.com\.$'

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.