Skip to content

Commit

Permalink
devired_key: cleaning pass confidential-containers#2
Browse files Browse the repository at this point in the history
  • Loading branch information
eldios committed Feb 5, 2025
1 parent 6916687 commit 8db5333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-server-rest/src/aa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ impl ApiHandler for AAClient {
}
None => return self.bad_request(),
},
AA_DERIVED_KEY_URL => match params.get() {
AA_DERIVED_KEY_URL => {
Some(key) => match self.get_derived_key().await {
std::result::Result::Ok(results) => return self.octet_stream_response(results),
Err(e) => return self.internal_error(e.to_string()),
Expand Down

0 comments on commit 8db5333

Please sign in to comment.