Skip to content

Commit

Permalink
Merge pull request #3037 from lazynooblet/3036-sonicos-wpa-passphrase
Browse files Browse the repository at this point in the history
Add 'wpa passphrase' as secret, fixes #3036
  • Loading branch information
robertcheramy authored Jan 22, 2024
2 parents 4f4d9dc + 5e792e0 commit 1381043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- fixed devices (pfsense, opnsense, openwrt) not retriving config after refinement change #2771 #2968 (@robertcheramy)
- Fixed login into Fortigate when post-login-baned ist enabled. Fixes #2021 (@chrisr0880, @sahdan, @dangoscomb and @robertcheramy)
- Fixed pre_logout for BDCOM switches
- Fix 'wpa passphrase' hashed secret for SonicOS devices with built-in wireless #3036 (@lazynooblet)

## [0.29.1 - 2023-04-24]

Expand Down
1 change: 1 addition & 0 deletions lib/oxidized/model/sonicos.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class SonicOS < Oxidized::Model
cfg.gsub! /administrator password \d,(\S+)/, 'administrator password <secret hidden> \2'
cfg.gsub! /ftp password \d,(\S+)/, 'ftp password <secret hidden> \2'
cfg.gsub! /shared-key \d,(\S+)/, 'shared-key <secret hidden> \2'
cfg.gsub! /wpa passphrase \d,(\S+)/, 'wpa passphrase <secret hidden> \2'
cfg
end

Expand Down

0 comments on commit 1381043

Please sign in to comment.