-
Notifications
You must be signed in to change notification settings - Fork 99
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
Conversation
Signed-off-by: Qi Feng Huo <[email protected]>
Not related to this PR. But can you help to change line 67 to
s.t. add an extra |
@@ -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"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder why the CI passes to build the binary as attester/se-attester
seems to be built only on s390x? https://github.com/confidential-containers/guest-components/blob/main/attestation-agent/attester/Cargo.toml#L57-L58
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It can actually be run on x86 correctly because https://github.com/confidential-containers/guest-components/blob/main/attestation-agent/attester/src/se/mod.rs#L19 returns false on x86 instance.
Signed-off-by: Qi Feng Huo <[email protected]>
Signed-off-by: Qi Feng Huo <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.