Add acceptable enclave quote statuses to SGX constraints #4055
Labels
c:breaking/consensus
Category: breaking consensus changes
c:common
Category: common libraries
c:registry
Category: entity/node/runtime registry service
The
CapabilityTEE
verification should support enforcement of enclave quote statuses by extendingsgx.Constraints
to include a field which specifies what is acceptable (could even be strict/non-strict similar toOASIS_STRICT_AVR_VERIFY
in runtimes). Note that currently the runtimes can enforce this when establishing secure sessions which is sufficient for security purposes, but it would be useful if one could prevent non-compliant nodes from not even being scheduled. Otherwise this will result in those nodes triggering failures.The text was updated successfully, but these errors were encountered: