Skip to content

Commit

Permalink
[PPML]Remove simple KMS entroll command (intel-analytics#5624)
Browse files Browse the repository at this point in the history
* fix: simple enroll
  • Loading branch information
ShanSimu authored and ForJadeForest committed Sep 20, 2022
1 parent 2301603 commit 346e3f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ppml/services/kms-utils/docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ if [ "$action" = "enroll" ]; then
cd /home/ehsm/out/ehsm-kms_enroll_app/
./ehsm-kms_enroll_app -a http://$EHSM_KMS_IP:$EHSM_KMS_PORT/ehsm/
elif [ "$KMS_TYPE" = "simple" ]; then
java -cp /home/spark-encrypt-io.jar \
com.intel.analytics.bigdl.ppml.examples.GenerateSimpleAppidAndAppkey
echo "Simple KMS is dummy. You can choose any appid and appkey. If you want to generate the corresponding primarykey and datakey, the appid must be 12 characters long."
elif [ "$KMS_TYPE" = "azure" ]; then
keyVaultName=$2
id=$3
Expand Down

0 comments on commit 346e3f5

Please sign in to comment.