Added handling of more ios-xe and nxos secrets #3320
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
ios.rb changes:
IS-IS domain passwords hidden (with or without extra options)
IPSEC PSKs hidden
For IPSEC PSKs the configuration lines have the same issues as here:
oxidized/lib/oxidized/model/ios.rb
Line 29 in b1be800
Which means we need to hide everyhing after the first command, there is no part of the command that lets us know that the next word is the actual key.
nxos.rb changes:
vrf-aware SNMP communities hidden
radius keys hidden (currently only global keys are hidden, this will hide both global and host-specific keys)