Skip to content

Commit 9f9de07

Browse files
committed
[accli] E: Tweak Trustee Loop
1 parent 871246c commit 9f9de07

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

accli/src/tasks/experiments/ubench.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ async fn set_resource_policy(escrow_url: &str) -> Result<()> {
8686
r#"
8787
package policy
8888
default allow = false
89-
allow {{
89+
allow if {{
9090
input["submods"]["cpu"]["ear.veraison.annotated-evidence"]["{}"]
9191
}}
9292
"#,
@@ -149,10 +149,10 @@ pub async fn get_trustee_resource(escrow_url: String) -> Result<()> {
149149
// TODO: if we comment out these next two lines we are including
150150
// the attestation in the loop, which seems more realistic, but
151151
// i am running into some race conditions
152-
"--tee-key-file",
153-
&get_tee_key(),
154-
"--attestation-token",
155-
&get_attestation_token(),
152+
// "--tee-key-file",
153+
// &get_tee_key(),
154+
// "--attestation-token",
155+
// &get_attestation_token(),
156156
"--path",
157157
"one/two/three",
158158
])

0 commit comments

Comments
 (0)