ci: add az-tdx-vtpm workflow for e2e tests #323
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds a target for the az-tdx-vtpm TEE.
TDX verifiers need an SGX quoting environment, for this we need to startup a local certificate caching service (PCCS) and point the quoting config to it.The PCCS itself will need an API key to be able to query certificates from Intel's servers. If the apikey secret is set as a param to the callable workflow, it will install PCCS locally.We can use intel's collaterals service directly in the dcap configuration, however we need to add the local cert cache, so the endpoint is not hit by too many requests from the CI.
The workflow itself will not be executed in this PR (only after it has been merged) to test whether it works I ran the following on an Azure TDX VM Ubuntu 22.04 vm.