deployments: update SGX configuration

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
Mikko Ylinen 2023-01-12 09:41:17 +02:00
parent 5de9b50f9e
commit 90aeca48c5
3 changed files with 34 additions and 6 deletions

View File

@ -1,2 +1,17 @@
PCCS_URL=https://localhost:8081/sgx/certification/v3/
USE_SECURE_CERT=FALSE
{
// *** ATTENTION : This file is in JSON format so the keys are case sensitive. Don't change them.
// This sample is a typical config file for a development environment which has a local PCCS setup
// QPL will get PCK certificates as well as quote verification collateral from the local PCCS service
// The PCCS service uses self-signed certificates
// You should choose the correct PCCS API version. "3.1" will return CRL in raw DER format
// It is recommended to use "3.1" for DCAP 1.12 release and later
//PCCS server address
"pccs_url": "https://localhost:8081/sgx/certification/v4/",
// To accept insecure HTTPS certificate, set this option to false
"use_secure_cert": false,
"pccs_api_version": "3.1"
}

View File

@ -21,8 +21,6 @@ spec:
securityContext:
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
capabilities:
add: ["IPC_LOCK"]
resources:
limits:
sgx.intel.com/epc: "512Ki"

View File

@ -1,2 +1,17 @@
PCCS_URL=https://localhost:8081/sgx/certification/v3/
USE_SECURE_CERT=FALSE
{
// *** ATTENTION : This file is in JSON format so the keys are case sensitive. Don't change them.
// This sample is a typical config file for a development environment which has a local PCCS setup
// QPL will get PCK certificates as well as quote verification collateral from the local PCCS service
// The PCCS service uses self-signed certificates
// You should choose the correct PCCS API version. "3.1" will return CRL in raw DER format
// It is recommended to use "3.1" for DCAP 1.12 release and later
//PCCS server address
"pccs_url": "https://localhost:8081/sgx/certification/v4/",
// To accept insecure HTTPS certificate, set this option to false
"use_secure_cert": false,
"pccs_api_version": "3.1"
}