diff options
| author | Gaige B Paulsen <gaige@cluetrust.com> | 2025-01-02 14:06:58 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-02 19:06:58 +0000 |
| commit | 9e159990f949652ec1b22f9a9a6e72828bdd1e80 (patch) | |
| tree | f3f580083415d4ea48cf81b86e02f08df8f9f26a /changelogs/fragments | |
| parent | dbd87e3ab89b7839e41df76c2fa7712855853fd3 (diff) | |
| download | vyos.vyos-9e159990f949652ec1b22f9a9a6e72828bdd1e80.tar.gz vyos.vyos-9e159990f949652ec1b22f9a9a6e72828bdd1e80.zip | |
T6988: fix: remove role/level, fix tests (#371)
* T6988: fix: remove role/level, fix tests
* feature: add support for SSH keys
* tests: add integration tests for public_keys
* feat: add encrypted password support
* tests: add unit for encrypted
* tests: fix wrapping in YAML
* tests: fix smoke tests
Diffstat (limited to 'changelogs/fragments')
| -rw-r--r-- | changelogs/fragments/T6988-fix-user.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/changelogs/fragments/T6988-fix-user.yml b/changelogs/fragments/T6988-fix-user.yml new file mode 100644 index 00000000..26ea007f --- /dev/null +++ b/changelogs/fragments/T6988-fix-user.yml @@ -0,0 +1,15 @@ +--- +breaking_changes: + - removal of role/level as it was removed in 1.3 + +major_changes: + - add support for public-key authentication + - add support for encrypted password specification + +minor_changes: + - fix sending of `full-name` to use quotes + - fix parsing of `full-name` to ignore quotes + - fix integration tests for smoke + +known_issues: + - ssh login tests are brittle |
