From 965653b4be13d1c75366b63e94635a366f405293 Mon Sep 17 00:00:00 2001 From: Daniel Coelho Date: Fri, 16 Jul 2021 15:42:10 -0700 Subject: [PATCH] External Provider Integration Template App - AKV and file renames - last one --- .../kms_plugin_app/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/features/sql-big-data-cluster/security/encryption-at-rest-external-key-provider/kms_plugin_app/app.py b/samples/features/sql-big-data-cluster/security/encryption-at-rest-external-key-provider/kms_plugin_app/app.py index 0a01586b..75ae4900 100644 --- a/samples/features/sql-big-data-cluster/security/encryption-at-rest-external-key-provider/kms_plugin_app/app.py +++ b/samples/features/sql-big-data-cluster/security/encryption-at-rest-external-key-provider/kms_plugin_app/app.py @@ -8,7 +8,7 @@ sys.path.append('./model') from constants import ConfigurationConstants, Operations import utils from json_objects import EncryptDecryptRequest -import custom_softhsm +import custom_softhsm as custom def handler(operation, payload, pin, key_attributes, version): """