Skip to content

Commit

Permalink
Merge branch 'main' into skrTraceOnEnvFlag
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajosh committed Jan 3, 2024
2 parents b318bd6 + e672f9e commit 886028c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cvm-securekey-release-app/AttestationUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ std::string Util::GetIMDSToken(const std::string &KEKUrl)

curl_easy_cleanup(curl);
TRACE_OUT("Response: %s\n", Util::reduct_log(responseStr,Util::reduct_log_percentage(responseStr)).c_str());

json json_object = json::parse(responseStr.c_str());
std::string access_token = json_object["access_token"].get<std::string>();

Expand Down

0 comments on commit 886028c

Please sign in to comment.