Skip to content

Commit 4d33a46

Browse files
authored
Changed Table
1 parent 1d7e334 commit 4d33a46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/security/fundamentals/trusted-hardware-identity-management.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Follow the steps below for requesting AMD collateral in a confidential container
113113
```
114114
The following output example shows the single node created in the previous steps. Make sure the node status is Ready:
115115
| NAME | STATUS | ROLES | AGE | VERSION |
116-
|--|--|--|--|--|
116+
|-------|------|-----|-----|------|
117117
| aks-nodepool1-31718369-0 | Ready | agent | 6m44s | v1.12.8 |
118118
119119
2. Once the AKS cluster is created, create a curl.yaml file with the following content. It defines a job that runs a curl container to fetch AMD collateral from the THIM endpoint. For more information about Kubernetes Jobs, please see [Kuberenetes documentation](https://kubernetes.io/docs/concepts/workloads/controllers/job/).
@@ -142,7 +142,7 @@ Follow the steps below for requesting AMD collateral in a confidential container
142142
143143
**Arguments**
144144
| Name | Type | Description |
145-
|--|--|--|
145+
|-------|------|------------|
146146
| Metadata | Boolean | Setting to True to allow for collateral to be returned |
147147
3. Run the job by applying the curl.yaml
148148
```bash
@@ -155,7 +155,7 @@ Follow the steps below for requesting AMD collateral in a confidential container
155155
156156
**Example Response**
157157
| Name | Ready | Status | Restarts | Age |
158-
|--|--|--|--|--|
158+
|-----|------|------|------|-----|
159159
| Curl-w7nt8 | 0/1 | Completed | 0 | 72s |
160160
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.
161161
```bash

0 commit comments

Comments
 (0)