-
Notifications
You must be signed in to change notification settings - Fork 543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sos report masking not working if we not used following plugins - host, login, networking. #3433
Comments
the concept of sos clean is that it will grab the details that it grabbed from the system, and will obfuscate the data based on this, as you can also run If it is not collecting the something to note is that with But, I also understand, that if we ignore those plugins, and we are running |
+1 On in-flight required files for obfuscation with --clean. |
Just a warning: the in-flight data collection must be run only on the original system where the Assume a case we run |
When we tried customized sos report collection with following plugins in disabled mode - host, login, networking.
Then we found that "hostname_map" and "username_map" is not generated in default_mapping of sos_cleaner and private mapping per sos report collection.
Is this expected behaviour. If yes, where can I found the documentation for this?
login:
sos/sos/cleaner/preppers/usernames.py
Line 39 in ffeb7d9
host: for host ->
sos/sos/cleaner/preppers/hostname.py
Line 32 in ffeb7d9
networking: for mac :
sos/sos/cleaner/preppers/mac.py
Line 23 in ffeb7d9
Thanks
The text was updated successfully, but these errors were encountered: