A couple of issues with encrypted arguments:

1. We have a site cloning process that resets drupal_private_key, which is what Migrate is using for encryption/decryption. Thus, migration fails in the cloned site because encrypted arguments cannot be decrypted.

2. And it fails badly - the result of the decryption needs to be sanity-checked.

Comments

mikeryan’s picture

Title: Encryption needs to be more robust » Encryption/decryption needs to be more robust
Issue summary: View changes

  • Commit 7c404b8 on 7.x-2.x by mikeryan:
    Issue #2104149 by mikeryan: Sanity-check decrypted arguments
    
mikeryan’s picture

Status: Active » Fixed
Issue tags: +Migrate 2.6

OK, if decryption does not produce a valid serialized value, we issue a proper message and remove the bogus argument.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.