Fix SSH Key Password (keyPassword) Field Naming Mismatch Between Frontend and Backend #375

Merged
thorved merged 3 commits from fix--sshpasskey-missmatch into dev-1.7.3 2025-10-07 21:05:34 +00:00

3 Commits

Author SHA1 Message Date
LukeGus
3e1388f0b3 Cleanup code + resolve conversion logic 2025-10-07 16:05:21 -05:00
Ved Prakash
51be6544cd Standardizes keyPassword field handling and simplifies auth field logic
Standardizes the handling of the `keyPassword` field by converting
`key_password` to camelCase and ensuring consistent output while
preserving resolved credentials. Removes redundant snake_case
fields to avoid duplication.

Simplifies UI handling of authentication fields by allowing
non-relevant fields to persist, delegating filtering logic to the
backend for cleaner and more maintainable code.

Improves code clarity and aligns with consistent data handling
practices.
2025-10-08 02:16:43 +05:30
Ved Prakash
ceda083776 Refactor key_password to keyPassword for consistency across SSH routes 2025-10-08 01:56:10 +05:30