Skip to content

Commit

Permalink
[PPML]Remove simple KMS entroll command (#5624)
Browse files Browse the repository at this point in the history
* fix: simple enroll
  • Loading branch information
ShanSimu authored Sep 6, 2022
1 parent 5769614 commit bfd5fa5
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 bfd5fa5

Please sign in to comment.