confidential-containers / guest-components

Confidential Containers Guest Tools and Components
Apache License 2.0
71 stars 76 forks source link

ibmse: add se attester to all-attesters #590

Closed huoqifeng closed 2 weeks ago

huoqifeng commented 2 weeks ago

@fitzthum @Xynnn007 may you help have a look?

Xynnn007 commented 2 weeks ago

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.