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/security/fundamentals/trusted-hardware-identity-management.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,9 +89,9 @@ curl GET "http://169.254.169.254/metadata/THIM/amd/certification" -H "Metadata:
89
89
### How do I request AMD collateral in an Azure Kuberenetes Service (AKS) Container on a Confidential Virtual Machine (CVM) node?
90
90
91
91
Follow the steps below forrequesting AMD collateralin a confidential container.
92
-
1. Start by creating an AKS cluster on CVM mode or adding a CVM node pool to the existing cluster
92
+
1. Start by creating an AKS cluster on CVM mode or adding a CVM node pool to the existing cluster.
93
93
1. Create an AKS Cluster on CVM node.
94
-
1. Create a resource group in one of the CVM supported regions
94
+
1. Create a resource group in one of the CVM supported regions.
95
95
```bash
96
96
az group create --resource-group <RG_NAME> --location <LOCATION>
97
97
```
@@ -142,9 +142,9 @@ Follow the steps below for requesting AMD collateral in a confidential container
142
142
143
143
**Arguments**
144
144
| Name | Type | Description |
145
-
|-------|------|------------|
145
+
| -- | -- | -- |
146
146
| Metadata | Boolean | Setting to True to allow for collateral to be returned |
147
-
3. Run the job by applying the curl.yaml
147
+
3. Run the job by applying the curl.yaml.
148
148
```bash
149
149
kubectl apply -f curl.yaml
150
150
```
@@ -155,7 +155,7 @@ Follow the steps below for requesting AMD collateral in a confidential container
155
155
156
156
**Example Response**
157
157
| Name | Ready | Status | Restarts | Age |
158
-
|-----|------|------|------|-----|
158
+
| -- | -- | -- | -- | -- |
159
159
| Curl-w7nt8 | 0/1 | Completed | 0 | 72s |
160
160
5. Run the following command to get the job logs and validate if it is working. A successful output should include vcekCert, tcbm and certificateChain.
0 commit comments