File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
accli/src/tasks/experiments Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ async fn set_resource_policy(escrow_url: &str) -> Result<()> {
8686 r#"
8787package policy
8888default allow = false
89- allow {{
89+ allow if {{
9090input["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 ] )
You can’t perform that action at this time.
0 commit comments