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
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?
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 sos clean <sos-tar-ball> too.
If it is not collecting the host, login or networking details, then it is not allowed to collect that data, and possibly not allow to grab this information from the system.
something to note is that with sos clean or sos report --clean, the obfuscation takes place after the fact the data is collected
But, I also understand, that if we ignore those plugins, and we are running sos report --clean, we should be potentially expecting to obfuscate the data, maybe collect the same information separately, but not include the data in the sos report. So doing slightly different with in-flight clean may be something we can do. I'll let others chime in on this
Just a warning: the in-flight data collection must be run only on the original system where the sos report was run. Roughly speaking, we can perform it only for sos report --clean executions, but not to sos clean ones.
Assume a case we run sos report on one system, move the file else-where and run sos clean with in-flight obfuscation. We will clean some sensitive data like hostnames, but definitely not necessarily (all) the required ones. While user's perception might be different.
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: