fix: remove keyType from encrypted fields #480
Reference in New Issue
Block a user
Delete Branch "fix/keytype-field-encryption"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
keyTypefrom ENCRYPTED_FIELDS inssh_datasetkeyTypefrom ENCRYPTED_FIELDS inssh_credentialssetProblem
keyTypewas being incorrectly encrypted as if it were sensitive data. However,keyTypeonly contains non-sensitive metadata values like "rsa", "ed25519", or "auto".This caused SSH connection failures with the error:
The SSH client library was receiving an encrypted JSON string instead of the simple key type string it expected.
Test plan
🤖 Generated with Claude Code