Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log encryption failures #127

Merged
merged 2 commits into from Dec 11, 2017
Merged

Commits on Dec 6, 2017

  1. Log encryption failures

    https://bugzilla.redhat.com/show_bug.cgi?id=1518058
    
    Customers might export/import models between different environments.
    There typically is a different key for each environment. If the export
    deck has encrypted fields, they are imported into the new environment
    unchanged. This field cannot be decrypted at runtime in the Automate
    engine, because of key mismatch.
    During $evm.instantiate we were not logging any error messages and
    customer has a tough time debugging the issue.
    
    This PR logs the encryption error.
    mkanoor committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    f51eb01 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2017

  1. PR feeback

    mkanoor committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    3bc9a53 View commit details
    Browse the repository at this point in the history