mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 10:20:26 +00:00
Get a lot more of the bridge/server connections functional. Just have to work through a mismatch between server/client MD5 sums of valid keys.
This commit is contained in:
@@ -95,6 +95,7 @@ RestOutputStruct::ExitCode WebSocket::EvaluateBackendRequest(const RestInputStru
|
||||
"args" - JSON input arguments structure
|
||||
"out" - JSON output arguments structure
|
||||
*/
|
||||
qDebug() << "Evaluate Backend Request:" << IN.namesp << IN.name << IN.id << IN.args << IN.fullaccess;
|
||||
QString namesp = IN.namesp.toLower(); QString name = IN.name.toLower();
|
||||
|
||||
//Get/Verify subsystems
|
||||
@@ -141,7 +142,7 @@ RestOutputStruct::ExitCode WebSocket::EvaluateBackendRequest(const RestInputStru
|
||||
|
||||
// === SYSADM SSL SETTINGS ===
|
||||
RestOutputStruct::ExitCode WebSocket::EvaluateSysadmSettingsRequest(const QJsonValue in_args, QJsonObject *out){
|
||||
//qDebug() << "sysadm/settings Request:" << in_args;
|
||||
qDebug() << "sysadm/settings Request:" << in_args;
|
||||
if(!in_args.isObject()){ return RestOutputStruct::BADREQUEST; }
|
||||
QJsonObject argsO = in_args.toObject();
|
||||
QStringList keys = argsO.keys();
|
||||
|
||||
Reference in New Issue
Block a user