You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/attestation/basic-concepts.md
-28Lines changed: 0 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,34 +26,6 @@ Below are some basic concepts related to Microsoft Azure Attestation.
26
26
27
27
Attestation provider belongs to Azure resource provider named Microsoft.Attestation. The resource provider is a service endpoint that provides Azure Attestation REST contract and is deployed using [Azure Resource Manager](../azure-resource-manager/management/overview.md). Each attestation provider honors a specific, discoverable policy. Attestation providers get created with a default policy for each attestation type (note that VBS enclave has no default policy). See [examples of an attestation policy](policy-examples.md) for more details on the default policy for SGX.
28
28
29
-
### Regional shared provider
30
-
31
-
Azure Attestation provides a regional shared provider in every available region. Customers can choose to use the regional shared provider for attestation, or create their own providers with custom policies. The shared providers are accessible by any Azure AD user and the policy associated with it cannot be altered.
32
-
33
-
| Region | Attest Uri |
34
-
|--|--|
35
-
| East US |`https://sharedeus.eus.attest.azure.net`|
36
-
| West US |`https://sharedwus.wus.attest.azure.net`|
37
-
| UK South |`https://shareduks.uks.attest.azure.net`|
38
-
| UK West|`https://sharedukw.ukw.attest.azure.net `|
39
-
| Canada East |`https://sharedcae.cae.attest.azure.net`|
40
-
| Canada Central |`https://sharedcac.cac.attest.azure.net`|
41
-
| North Europe |`https://sharedneu.neu.attest.azure.net`|
42
-
| West Europe|`https://sharedweu.weu.attest.azure.net`|
43
-
| US East 2 |`https://sharedeus2.eus2.attest.azure.net`|
44
-
| Central US |`https://sharedcus.cus.attest.azure.net`|
45
-
| North Central US |`https://sharedncus.ncus.attest.azure.net`|
46
-
| South Central US |`https://sharedscus.scus.attest.azure.net`|
47
-
| Australia East |`https://sharedeau.eau.attest.azure.net`|
48
-
| Australia SouthEast |`https://sharedsau.sau.attest.azure.net`|
49
-
| South East Asia |`https://sharedsasia.sasia.attest.azure.net`|
50
-
| Japan East |`https://sharedjpe.jpe.attest.azure.net`|
51
-
| Switzerland North |`https://sharedswn.swn.attest.azure.net`|
52
-
| US Gov Virginia |`https://sharedugv.ugv.attest.azure.us`|
53
-
| US Gov Arizona |`https://shareduga.uga.attest.azure.us`|
54
-
| Central US EUAP |`https://sharedcuse.cuse.attest.azure.net`|
55
-
| East US2 EUAP |`https://sharedeus2e.eus2e.attest.azure.net`|
56
-
57
29
## Attestation request
58
30
59
31
Attestation request is a serialized JSON object sent by client application to attestation provider.
Copy file name to clipboardExpand all lines: articles/attestation/custom-tcb-baseline-enforcement.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,19 +13,19 @@ ms.author: mbaldwin
13
13
14
14
# Custom TCB baseline enforcement for SGX attestation
15
15
16
-
Microsoft Azure Attestation is a unified solution for attesting different types of Trusted Execution Environments (TEEs) such as [Intel® Software Guard Extensions](https://www.intel.com/content/www/us/en/architecture-and-technology/software-guard-extensions.html) (SGX) enclaves. While attesting SGX enclaves, Azure Attestation validates the evidence against Azure default Trusted Computing Base (TCB) baseline. The default TCB baseline is provided by an Azure service named [Trusted Hardware Identity Management](../security/fundamentals/trusted-hardware-identity-management.md) (THIM) and includes collateral fetched from Intel like certificate revocation lists (CRLs), Intel certificates, Trusted Computing Base (TCB) information and Quoting Enclave identity (QEID). The default TCB baseline from THIM lags the latest baseline offered by Intel and is expected to remain at tcbEvaluationDataNumber 10.
16
+
Microsoft Azure Attestation is a unified solution for attesting different types of Trusted Execution Environments (TEEs) such as [Intel® Software Guard Extensions](https://www.intel.com/content/www/us/en/architecture-and-technology/software-guard-extensions.html) (SGX) enclaves. While attesting SGX enclaves, Azure Attestation validates the evidence against Azure default Trusted Computing Base (TCB) baseline. The default TCB baseline is provided by an Azure service named [Trusted Hardware Identity Management](/azure/security/fundamentals/trusted-hardware-identity-management) (THIM) and includes collateral fetched from Intel like certificate revocation lists (CRLs), Intel certificates, Trusted Computing Base (TCB) information and Quoting Enclave identity (QEID). The default TCB baseline from THIM might lag the latest baseline offered by Intel. This is to prevent any attestation failure scenarios for ACC customers who require more time for patching platform software (PSW) updates.
17
17
18
-
The custom TCB baseline enforcement feature in Azure Attestation will enable you to perform SGX attestation against a desired TCB baseline, as opposed to the Azure default TCB baseline which is applied across [Azure Confidential Computing](../confidential-computing/index.yml) (ACC) fleet today.
18
+
The custom TCB baseline enforcement feature in Azure Attestation will empower you to perform SGX attestation against a desired TCB baseline. It is always recommended for [Azure Confidential Computing](/azure/confidential-computing/overview) (ACC) SGX customers to install the latest PSW version supported by Intel and configure their SGX attestation policy with the latest TCB baseline supported by Azure.
19
19
20
20
## Why use custom TCB baseline enforcement feature?
21
21
22
22
We recommend Azure Attestation users to use the custom TCB baseline enforcement feature for performing SGX attestation. The feature will be helpful in the following scenarios:
23
23
24
-
**To perform SGX attestation against newer TCB offered by Intel** – Security conscious customers can perform timely roll out of platform software (PSW) updates as recommended by Intel and use the custom baseline enforcement feature to perform their SGX attestation against the newer TCB versions supported by Intel
24
+
**To perform SGX attestation against a newer TCB offered by Intel** – Customers can perform timely roll out of platform software (PSW) updates as recommended by Intel and use the custom baseline enforcement feature to perform their SGX attestation against the newer TCB versions supported by Intel
25
25
26
26
**To perform platform software (PSW) updates at your own cadence** – Customers who prefer to update PSW at their own cadence, can use custom baseline enforcement feature to perform SGX attestation against the older TCB baseline, until the PSW updates are rolled out
27
27
28
-
## Default TCB baseline used by Azure Attestation when no custom TCB baseline is configured by users
28
+
## Default TCB baseline currently referred by Azure Attestation when no custom TCB baseline is configured by users
- It is always recommended to install the latest PSW version supported by Intel and configure attestation policy with the latest TCB identifier available in Azure
113
112
- If the PSW version of ACC node is lower than the minimum PSW version of the TCB baseline configured in SGX attestation policy, attestation scenarios will fail
114
113
- If the PSW version of ACC node is greater than or equal to the minimum PSW version of the TCB baseline configured in SGX attestation policy, attestation scenarios will pass
115
114
- For customers who do not configure a custom TCB baseline in attestation policy, attestation will be performed against the Azure default TCB baseline
116
-
- For customers using an attestation policy without configurationrules section, attestation will be performed against the Azure default TCB baseline
115
+
- For customers using an attestation policy without configurationrules section, attestation will be performed against the Azure default TCB baseline
0 commit comments