mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00

SGX aesmd (architectural enclave service daemon) can be used for SGX DCAP Quote Generation. This commit adds a sample deployment that by default talks to an Intel reference PCCS (Provisioning Certificate Caching Service). The default config provided is for a "single node" cluster that has PCCS service localhost. Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
10 lines
181 B
YAML
10 lines
181 B
YAML
resources:
|
|
- intel-sgx-aesmd.yaml
|
|
generatorOptions:
|
|
disableNameSuffixHash: true
|
|
configMapGenerator:
|
|
- name: sgx-attestation-conf
|
|
files:
|
|
- aesmd.conf
|
|
- sgx_default_qcnl.conf
|