-
Story
-
Resolution: Done
-
Critical
-
None
-
None
Currently the must-gather-clean tool attempts to detect and obfuscate all domains which are valid domain strings. This results in many false positives such as:
volumeattachments.storage.k8s.io -> volumeattachments.storage.obfuscated0038.ext version.go -> version.obfuscated0148 v2.0.0 -> v2.0.obfuscated0012
Instead the Domain obfuscation type must have another configuration field called Domains which is a list of user input domains which is used to detect and replace only those domains and their subdomains.