Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cdh/kms: cckbc use AA to get evidence rather than token
When we use one AA and multiple CDH to connect to different KBS in one confidential VM, AATokenProvider will strict the KBS be the same. If we use AAEvidenceProvider, the target KBS address can be specified in CDH's config and share a same AA. This will also make the workflow simpler. Before this commit, if we want to get a confidential resource from KBS, AA should connect to a KBS to get a token. Then CDH get the token from AA. Then CDH access the KBS. After this commit, only CDH will access the KBS. Signed-off-by: Xynnn007 <[email protected]>
- Loading branch information