intel-device-plugins-for-ku.../deployments/sgx_aesmd/base/kustomization.yaml
Mikko Ylinen 0bffaf2f2d SGX: provide SGX aesmd sample
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>
2020-10-23 13:21:17 +03:00

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