We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79806ef commit 3aa0e61Copy full SHA for 3aa0e61
enclaver/src/proxy/kms.rs
@@ -25,9 +25,11 @@ static X_AMZ_JSON: HeaderValue = HeaderValue::from_static("application/x-amz-jso
25
26
const X_AMZ_CREDENTIAL: &str = "X-Amz-Credential";
27
28
-const ATTESTING_ACTIONS: [&str; 3] = [
+const ATTESTING_ACTIONS: [&str; 5] = [
29
"TrentService.Decrypt",
30
+ "TrentService.DeriveSharedSecret",
31
"TrentService.GenerateDataKey",
32
+ "TrentService.GenerateDataKeyPair",
33
"TrentService.GenerateRandom",
34
];
35
0 commit comments