diff options
| author | stronkbyte <262002943+stronkbyte@users.noreply.github.com> | 2026-05-25 13:44:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-25 07:44:54 -0400 |
| commit | 29e47bb4b43d1888c79f54de2fbee90224e9652b (patch) | |
| tree | 6650bbdbc7805928d5274e2c6df59b1fc2ece34f /changelogs | |
| parent | e8acd05dd327bd4eb2419de1b931960feddec427 (diff) | |
| download | vyos.vyos-29e47bb4b43d1888c79f54de2fbee90224e9652b.tar.gz vyos.vyos-29e47bb4b43d1888c79f54de2fbee90224e9652b.zip | |
T6818: Add argument to vyos_config for controlling password filtering (#466)
This commit adds the argument `allow_password_change` in order to
control whether any configuration lines which would make changes to user
passwords should be filtered out or not.
Co-authored-by: Daniil Baturin <daniil@baturin.org>
Co-authored-by: omnom62 <75066712+omnom62@users.noreply.github.com>
Diffstat (limited to 'changelogs')
| -rw-r--r-- | changelogs/fragments/t6818_password_filtering.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/t6818_password_filtering.yml b/changelogs/fragments/t6818_password_filtering.yml new file mode 100644 index 00000000..d52283b9 --- /dev/null +++ b/changelogs/fragments/t6818_password_filtering.yml @@ -0,0 +1,2 @@ +minor_changes: + - plugins/modules/vyos_config.py - Added an argument to control password filtering in vyos_config. Current filtering behavior is still the default. |
