Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AA: Add coco_as feature to cc_kbc to default support CoCo-AS #459

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

jialez0
Copy link
Member

@jialez0 jialez0 commented Jan 26, 2024

No description provided.

@jialez0 jialez0 requested a review from Xynnn007 January 26, 2024 08:36
@@ -33,7 +33,7 @@ default = ["sample_kbc", "rust-crypto", "coco_as"]
kbs = ["kbs_protocol/background_check"]
coco_as = ["reqwest"]

cc_kbc = ["kbc/cc_kbc", "kbs_protocol/background_check", "kbs"]
cc_kbc = ["kbc/cc_kbc", "kbs_protocol/background_check", "kbs", "coco_as"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is interesting that cc_kbc is an old name to specify the kbc. But now kbc implementations are moved to CDH, thus only attester/platform should be configured for AA.

In future, we might also need to delete all *-kbc features and instead only leave *-attester and different kinds of token features.

But currently, it is ok to me.

@jialez0 jialez0 merged commit 839a55b into confidential-containers:main Jan 26, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants