diff --git a/scm1.0/deploy.sh b/scm1.0/deploy.sh index 919502f..9565551 100644 --- a/scm1.0/deploy.sh +++ b/scm1.0/deploy.sh @@ -25,7 +25,7 @@ BM_IPMI_PASSWORD="123456" # ******************** SGX DCAP Configuration ******************** EPC_SIZE="131072" -API_KEY="d9cafa222a414522a9c4169c07815910" +API_KEY="" USER_PASSWD="pccs1234.." ADMIN_PASSWD="pccs1234.." @@ -722,4 +722,4 @@ case $1 in ;; *) echo_help ;; -esac \ No newline at end of file +esac diff --git a/scm2.0/requirements_pip.txt b/scm2.0/requirements_pip.txt index d61975e..65804e7 100644 --- a/scm2.0/requirements_pip.txt +++ b/scm2.0/requirements_pip.txt @@ -1,6 +1,6 @@ ansible==8.5.0 ansible-core==2.15.9 -cryptography==42.0.4 +cryptography==43.0.1 jinja2==3.1.4 netaddr==0.7.19 pbr==5.4.4