oxidized icon indicating copy to clipboard operation
oxidized copied to clipboard

Allow Oxidized to anonymize configs rather than strip secrets with netconan

Open ankenyr opened this issue 11 months ago • 1 comments

Netconan allows for lots of secrets and even IPs to be replaced with anonymized values. These values are helpful for when you want to share configs with "valid" information but do not want to relinquish real keys. It can for example replace IPSec keys with new keys that would work but are not your own actual keys.

This feature would add a new config that is mutually exclusive with the remove_secrets option called anonymize_secrets. When ran a salt will be selected and used with the python application netconan to anonymize the files. Once anonymized they will be forwarded on to the storing process that oxidized uses.

Let me know your thoughts and I will contribute the code myself.

ankenyr avatar Jan 19 '25 22:01 ankenyr

This issue is stale because it has been open 90 days with no activity.

github-actions[bot] avatar Apr 20 '25 02:04 github-actions[bot]