-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
Is your feature request related to a problem? Please describe.
Currently, you have to create individual accesslists for combinations of allowed/disallowed IP Addresses. e.g.
Internal (only Internal access)
Internal+Customer1 (Internal + IP from customer1)
Internal+Service1+VPN (Internal + IP from Service1 and VPN)
etc.
This leads to a huge workload, if something changes (e.g. one of our IPs changed due to provider change, so we needed to edit multiple accesslists to update the IP)
Describe the solution you'd like
I think it would be great, to add multiple lists to a host and on saving, the lists get merged and added to the config.
also, when editing a list, which is assigned to a host, the host config should be updated.
Describe alternatives you've considered
Like descriped above, our workaround currently is to add multiple lists which partially contain the same ip addresses for each usecase.
Additional context