Original PR: https://github.com/dani-garcia/vaultwarden/pull/5187 Author: @dani-garcia Created: 11/12/2024 Status: ✅ Merged Merged: 11/15/2024 Merged by: @dani-garcia
Base: main ← Head: ssh_keys
main
ssh_keys
b952c49
f0e3dcd
6765b21
f819e6c
548db62
7 files changed (+156 additions, -41 deletions)
📝 .env.template (+2 -0) 📝 src/api/core/accounts.rs (+87 -24) 📝 src/api/core/ciphers.rs (+23 -3) 📝 src/api/core/organizations.rs (+10 -8) 📝 src/auth.rs (+21 -3) 📝 src/config.rs (+9 -2) 📝 src/db/models/cipher.rs (+4 -1)
.env.template
src/api/core/accounts.rs
src/api/core/ciphers.rs
src/api/core/organizations.rs
src/auth.rs
src/config.rs
src/db/models/cipher.rs
Added support for the new SSH item key type in desktop 2024.12+
To test it, you need a desktop build from bitwarden/clients:main, and to enable the feature flags on server.
bitwarden/clients:main
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/5187
Author: @dani-garcia
Created: 11/12/2024
Status: ✅ Merged
Merged: 11/15/2024
Merged by: @dani-garcia
Base:
main← Head:ssh_keys📝 Commits (5)
b952c49Support SSH keys on desktop 2024.12f0e3dcdDocument flags in .env.template6765b21Validate key rotation contentsf819e6cMerge branch 'main' into ssh_keys548db62Merge branch 'main' into ssh_keys📊 Changes
7 files changed (+156 additions, -41 deletions)
View changed files
📝
.env.template(+2 -0)📝
src/api/core/accounts.rs(+87 -24)📝
src/api/core/ciphers.rs(+23 -3)📝
src/api/core/organizations.rs(+10 -8)📝
src/auth.rs(+21 -3)📝
src/config.rs(+9 -2)📝
src/db/models/cipher.rs(+4 -1)📄 Description
Added support for the new SSH item key type in desktop 2024.12+
To test it, you need a desktop build from
bitwarden/clients:main, and to enable the feature flags on server.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.