Open dnat112 opened 1 year ago
Hi @dnat112 , have you figured out the cause? I met the same issue even if I change the attestation providers to other regional public providers or my own one created in the azure marketplace.
I have the same issue on a newly launched VM "Standard DC1s v2".
This issue is for a:
Minimal steps to reproduce
Any log messages given by the failure
OS and Version?
Mention any other details that might be useful
I am trying to run the intel sdk attestation example on an Azure DC8 v2 instance. The genquotes portion seems to work. However, I am getting a DBus error during the validatequotes portion (when calling
maaService.AttestSgxEnclaveAsync
).I am also a little unclear about how access to “default” azure attestation providers (like
sharedcus.cus.attest.azure.net
) is supposed to work. Is access to services provided by these attestation providers automatic and guaranteed (assuming I have an Azure subscription), or do I need to configure something in my subscription to be able to use any of these default services? If so, could this be the issue? Thanks!