cc-api / container-integrity-measurement-agent

Build Trusted Chain for Cloud Native in Confidential Computing Envrionment
Apache License 2.0
16 stars 10 forks source link

Using ConfigFS TSM in CCNP by default #82

Closed dongx1x closed 5 months ago

dongx1x commented 6 months ago

What would you like to be added?

From kernel v6.7, the ConfigFS TSM was added as a cross-vendor solution for confidential computing attestation reports, and it has been supported in CC trusted API.

Why is this needed?

In the latest ubuntu 24.04, the kernel version is v6.8.0, and ConfigFS TSM was supported by default, so CCNP should support it by default.

dongx1x commented 6 months ago

The ccnp-server deployment has been updated in PR https://github.com/cc-api/confidential-cloud-native-primitives/pull/62 and the docker compose deployment has bee updated in PR https://github.com/cc-api/confidential-cloud-native-primitives/pull/76