Fix Incorrect agent_key
Format in AgentManager::update_config
Call in applyNode
#306
Labels
bug
Something isn't working
In the
applyNode
GraphQL API ofreview-web
, theAgentManager::update_config
function is being called with an incorrect format for theagent_key
. The functionupdate_config
expects theagent_key
to be in the format of:However, the current implementation only uses
agent.key
, without the "@" sign and the "hostname". So we need to correct it.The text was updated successfully, but these errors were encountered: