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

ibmse: add se attester to all-attesters #590

Merged
merged 3 commits into from
Jun 18, 2024

Conversation

huoqifeng
Copy link

No description provided.

@huoqifeng
Copy link
Author

@fitzthum @Xynnn007 may you help have a look?

@Xynnn007
Copy link
Member

Not related to this PR. But can you help to change line 67 to

se-attester = ["kbs_protocol?/se-attester", "attester/se-attester"]

s.t. add an extra ? after kbs_protocol, this would enable kbs_protocol/se-attester when kbs_protocol is already enabled. Or, when we enable se-attester, the optional dependency kbs_protocol will be enabled.

@@ -58,7 +58,7 @@ kbs = ["kbs_protocol/background_check", "token"]
# CoCoAS Attestation Token
coco_as = ["reqwest", "token"]

all-attesters = ["tdx-attester", "sgx-attester", "az-snp-vtpm-attester", "az-tdx-vtpm-attester", "snp-attester"]
all-attesters = ["tdx-attester", "sgx-attester", "az-snp-vtpm-attester", "az-tdx-vtpm-attester", "snp-attester", "se-attester"]
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Author

Choose a reason for hiding this comment

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

se-attester can also be built and run on x86 machine but can only been run on a s390x machine correctly. @Xynnn007

Copy link
Author

Choose a reason for hiding this comment

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

Qi Feng Huo added 2 commits June 18, 2024 16:09
Copy link
Member

@fitzthum fitzthum left a comment

Choose a reason for hiding this comment

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

LGTM

@fitzthum fitzthum merged commit fe9560b into confidential-containers:main Jun 18, 2024
5 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.

4 participants