From 5a4313fc1e1308bac4dcd7998b3c468dbec682d5 Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Tue, 2 May 2023 15:19:38 +0200 Subject: [PATCH] chore: bugfix pmci configuration - leftover after merge --- .../service-create.json | 29 +++++++++++++++++++ .../service-replay-setup.json | 29 +++++++++++++++++++ .../service-setup.json | 28 +++++++++--------- 3 files changed, 72 insertions(+), 14 deletions(-) diff --git a/smardigo/pmci/process-variable-declaration/service-create.json b/smardigo/pmci/process-variable-declaration/service-create.json index 0b5186e..885204e 100644 --- a/smardigo/pmci/process-variable-declaration/service-create.json +++ b/smardigo/pmci/process-variable-declaration/service-create.json @@ -3,6 +3,20 @@ "configKey" : "service-create", "configType" : "process-variable-declaration", "variableDeclarations" : { + "connect_admin" : { + "type" : "object", + "classification" : "PRIVATE", + "fields" : { + "username" : { + "type" : "string", + "classification" : "PRIVATE" + }, + "password" : { + "type" : "string", + "classification" : "PRIVATE" + } + } + }, "creation_date" : { "type" : "date", "classification" : "PRIVATE", @@ -124,6 +138,21 @@ "classification" : "PRIVATE", "searchable" : true, "label" : "Statustext" + }, + "wordpress_admin" : { + "type" : "object", + "classification" : "PRIVATE", + "label" : "wordpress_admin", + "fields" : { + "username" : { + "type" : "string", + "classification" : "PRIVATE" + }, + "password" : { + "type" : "string", + "classification" : "PRIVATE" + } + } } } } \ No newline at end of file diff --git a/smardigo/pmci/process-variable-declaration/service-replay-setup.json b/smardigo/pmci/process-variable-declaration/service-replay-setup.json index 5f344a0..1242ca7 100644 --- a/smardigo/pmci/process-variable-declaration/service-replay-setup.json +++ b/smardigo/pmci/process-variable-declaration/service-replay-setup.json @@ -3,6 +3,20 @@ "configKey" : "service-replay-setup", "configType" : "process-variable-declaration", "variableDeclarations" : { + "connect_admin" : { + "type" : "object", + "classification" : "PRIVATE", + "fields" : { + "username" : { + "type" : "string", + "classification" : "PRIVATE" + }, + "password" : { + "type" : "string", + "classification" : "PRIVATE" + } + } + }, "creation_date" : { "type" : "date", "classification" : "PRIVATE", @@ -124,6 +138,21 @@ "classification" : "PRIVATE", "searchable" : true, "label" : "Statustext" + }, + "wordpress_admin" : { + "type" : "object", + "classification" : "PRIVATE", + "label" : "wordpress_admin", + "fields" : { + "username" : { + "type" : "string", + "classification" : "PRIVATE" + }, + "password" : { + "type" : "string", + "classification" : "PRIVATE" + } + } } } } \ No newline at end of file diff --git a/smardigo/pmci/process-variable-declaration/service-setup.json b/smardigo/pmci/process-variable-declaration/service-setup.json index bfeccbc..c48e29c 100644 --- a/smardigo/pmci/process-variable-declaration/service-setup.json +++ b/smardigo/pmci/process-variable-declaration/service-setup.json @@ -3,6 +3,20 @@ "configKey" : "service-setup", "configType" : "process-variable-declaration", "variableDeclarations" : { + "connect_admin" : { + "type" : "object", + "classification" : "PRIVATE", + "fields" : { + "username" : { + "type" : "string", + "classification" : "PRIVATE" + }, + "password" : { + "type" : "string", + "classification" : "PRIVATE" + } + } + }, "creation_date" : { "type" : "date", "classification" : "PRIVATE", @@ -64,20 +78,6 @@ "classification" : "PRIVATE" } } - }, - "connect_admin" : { - "type" : "object", - "classification" : "PRIVATE", - "fields" : { - "username" : { - "type" : "string", - "classification" : "PRIVATE" - }, - "password" : { - "type" : "string", - "classification" : "PRIVATE" - } - } } } } \ No newline at end of file