Skip to content

Commit

Permalink
Update SecretsManager.kt (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimu authored Nov 25, 2024
1 parent 3f2e11e commit 139a753
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -809,9 +809,9 @@ private fun decryptRecord(record: SecretsManagerResponseRecord, recordKey: ByteA
// New/missing field: Polymorphic serializer was not found for class discriminator 'UNKNOWN'...
// New/missing field property (field def updated): Encountered unknown key 'UNKNOWN'.
// Avoid 'ignoreUnknownKeys = true' to prevent erasing new properties on save/update
println("Record ${record.recordUid} has unexpected data properties (ignored).\n"+
" Error parsing record type - KSM SDK is behind/ahead of record/field type definitions." +
" Please upgrade to latest version. If you need assistance please email support@keepersecurity.com")
println("Record ${record.recordUid} contains unrecognized data properties and could not be fully parsed.\n" +
"This may occur if the Keeper Secrets Manager (KSM) SDK version you're using is not compatible with the record's data schema.\n" +
"Please ensure that you are using the latest version of the KSM SDK. If the issue persists, contact support@keepersecurity.com for assistance.")
//println(e.message)
try {
// Attempt to parse the record data with unknown fields
Expand Down

0 comments on commit 139a753

Please sign in to comment.