You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I work with a lot of different customers and so there is a ton of variability in the domain names of the devices. It would be good to be able to anonymize the domain name by default instead of having to find all variations and list them as sensitive words.
For example:
ip domain-name a.b.acme.net
Match ip domain-name \S+$ and replace.
Also, maybe a flag for hostname as well?
Maybe even make it more generic to pick up domain names in any config object definition to further anonymize.
At the moment, I do want to submit parse issues automatically to the developers of Batfish, but I am not comfortable doing so as there is still identifiable information in the configurations after a netconan run.
The text was updated successfully, but these errors were encountered:
I work with a lot of different customers and so there is a ton of variability in the domain names of the devices. It would be good to be able to anonymize the domain name by default instead of having to find all variations and list them as sensitive words.
For example:
ip domain-name a.b.acme.net
Match
ip domain-name \S+$
and replace.Also, maybe a flag for hostname as well?
Maybe even make it more generic to pick up domain names in any config object definition to further anonymize.
At the moment, I do want to submit parse issues automatically to the developers of Batfish, but I am not comfortable doing so as there is still identifiable information in the configurations after a netconan run.
The text was updated successfully, but these errors were encountered: