Commit Graph

7 Commits

Author SHA1 Message Date
Mikko Ylinen
7f685b5d89 sgx: add QuoteVerification demo and cleanup hostNetwork dependency
hostNetwork usage for SGX demo pods is not absolutely necessary so it's
better to clean it up and make IAS "security" scanners happier. It was
originally used to be able to use "localhost" PCCS but this change now
adds an example how proper PCCS url can be configured using jq.

Additionally, SGX DCAP Quote Verification is added.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2023-08-31 14:23:19 +03:00
Tonny Tzeng
7dc3518372 screencast: use shell argument $0 instead of embedded filenames 2022-04-19 20:55:40 +08:00
Mikko Ylinen
72c4552253 deployments: move SGX NFD config to an NFD kustomize overlay
Start using the newly created NodeFeatureRule configs with SGX.
This allows to drop the custom worker config.

Additionally, split the example NFD deployment into two steps

1) plain NFD (+SGX json patches)
2) NodeFeatureRule creation

NodeFeatureRule creation is not guaranteed to succeed when it's
part of the same kustomization with the CRD creation. Users may
also have NFD already running so allowing 2) alone works better
in that scenario.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2022-02-18 11:17:57 +02:00
Mikko Ylinen
2cf5d94e90 demo: update SGX screencast script
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2021-09-03 13:15:13 +03:00
Mikko Ylinen
c810a4bd72 demo: fix SGX screencast
With the recent move to NFD custom source config for SGX features,
we no longer get SGX* cpuid labels but custom-intel.sgx so the grep
fails. Move to lowercase only checks.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2021-02-24 11:40:45 +02:00
DougTW
8f1e86b833 Edited demo/screencast-sgx.sh. Replaced 'master' with 'main' on lines 29, 33, 76, 85, 87, 109, 111, 115, 116, 124, and 128.
Signed-off-by: DougTW <doug.martin@intel.com>
2021-02-18 12:00:57 +02:00
Mikko Ylinen
461977aaf1 add SGX screencast script
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2020-11-19 23:17:00 +02:00