Would it be possible to allow multiple rules with the same hostnames?
Our use case was we had two sets of IP addresses that we wanted to keep separated to allow easier organisation, but allow them access to the same hostnames.
Currently it just gets the first matching config object (here I think?).
I think this might come with considerations about whether it just has to satisfy one of the config objects for the hostname, or all of them (i.e. and them together or or them together) - maybe this could be config at the whole module level?
Our quite simple workaround was just to put all the IPs in one config and separate them in our sources with comments, so this is very much a nice to have.
Would it be possible to allow multiple rules with the same hostnames?
Our use case was we had two sets of IP addresses that we wanted to keep separated to allow easier organisation, but allow them access to the same hostnames.
Currently it just gets the first matching config object (here I think?).
I think this might come with considerations about whether it just has to satisfy one of the config objects for the hostname, or all of them (i.e.
andthem together ororthem together) - maybe this could be config at the whole module level?Our quite simple workaround was just to put all the IPs in one config and separate them in our sources with comments, so this is very much a nice to have.