-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add IPv6 obfuscation to cleaner
- Add IPv6 obfuscation, and generate relevant reports. IPv6 Obfuscation should keep the length of the original address after obfuscating. One IPv6 address, no matter compressed or exploded will be treat as one same address, hence has the same obfuscated result. - IPv6 obfuscation will be enabled individually by setting "ipv6_obfuscate=True" in insights-client.conf. And can be disabled for particular specs by adding "no_obfuscate=['ipv6']" in spec RegistryPoint - RHINENG-14804 Signed-off-by: Xiangce Liu <[email protected]>
- Loading branch information
Showing
7 changed files
with
529 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.