File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed
Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1818 kbsResourcePolicyConfigMapName : resource-policy
1919
2020 # TDX specific configuration (optional)
21- # tdxConfigSpec:
22- # kbsTdxConfigMapName: tdx-config
21+ {{- if .Values.kbs.tdx.enabled }}
22+ tdxConfigSpec :
23+ kbsTdxConfigMapName : tdx-config
24+ {{- end }}
2325
2426 # IBM SE specific configuration (optional)
2527 # ibmSEConfigSpec:
Original file line number Diff line number Diff line change 1+ {{- if .Values.kbs.tdx.enabled }}
2+ apiVersion : v1
3+ kind : ConfigMap
4+ metadata :
5+ name : tdx-config
6+ namespace : trustee-operator-system
7+ data :
8+ sgx_default_qcnl.conf : |
9+ {
10+ "collateral_service": "{{ .Values.kbs.tdx.collateralService }}"
11+ }
12+ {{- end }}
Original file line number Diff line number Diff line change 2727 # key: "secret/data/hub/kbsres1"
2828 # - name: "passphrase"
2929 # key: "secret/data/hub/passphrase"
30+
31+ # Intel TDX (Trust Domain Extensions) configuration
32+ tdx :
33+ # Enable TDX attestation support
34+ enabled : false
35+ # PCCS collateral service URL for quote verification
36+ # For Azure: Use https://global.acccache.azure.net/sgx/certification/v4/
37+ # For bare metal/Intel: Use https://api.trustedservices.intel.com/sgx/certification/v4/
38+ collateralService : " https://api.trustedservices.intel.com/sgx/certification/v4/"
You can’t perform that action at this time.
0 commit comments