We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qe_type
list-keys
1 parent be83d96 commit 27a2e1aCopy full SHA for 27a2e1a
app/src/commands/enclave.rs
@@ -166,6 +166,7 @@ fn run_list_keys<E: EnclaveCommandAPI<S>, S: CommitStore>(
166
list_json.push(json! {{
167
"ra_type": ra_quote.ra_type().to_string(),
168
"address": eki.address.to_hex_string(),
169
+ "qe_type": eki.qe_type.to_string(),
170
"attested": true,
171
"report_data": report_data,
172
"isv_enclave_quote_status": isv_enclave_quote_status,
@@ -177,6 +178,7 @@ fn run_list_keys<E: EnclaveCommandAPI<S>, S: CommitStore>(
177
178
None => {
179
180
181
182
"attested": false,
183
}});
184
}
0 commit comments