From bb0e67cb971af983f565be6655140b0e4dd54355 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:13:51 +0000 Subject: [PATCH 1/2] Bump cryptography from 42.0.4 to 43.0.1 in /scm2.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.4...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scm2.0/requirements_pip.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 5dbc1a0c3661b23a8f7ec0ceff3b757efe27ee94 Mon Sep 17 00:00:00 2001 From: manliqi Date: Thu, 24 Oct 2024 10:04:20 +0800 Subject: [PATCH 2/2] Update deploy.sh --- scm1.0/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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