MPMXKD-9 fixed keycloak url in datasouce actions for tenants

main
Sven Ketelsen 2 years ago
parent efce822168
commit 5597ed36a3

@ -13,6 +13,10 @@
"key" : "id", "key" : "id",
"name" : "ID", "name" : "ID",
"width" : 100 "width" : 100
}, {
"key" : "stage",
"name" : "Stage",
"width" : 100
}, { }, {
"key" : "key", "key" : "key",
"name" : "Mandantenschlüssel", "name" : "Mandantenschlüssel",
@ -48,6 +52,6 @@
"type" : "open-link", "type" : "open-link",
"icon" : "manage_accounts", "icon" : "manage_accounts",
"name" : "Benutzerverwaltung öffnen...", "name" : "Benutzerverwaltung öffnen...",
"link" : "https://devnso-keycloak-01.smardigo.digital/auth/admin/{{ key }}/console/" "link" : "https://{{ cluster.stage }}-keycloak-01.smardigo.digital/auth/admin/{{ tenant_key }}/console/"
} ] } ]
} }

@ -51,6 +51,83 @@
"json" : "" "json" : ""
}, },
"components" : [ { "components" : [ {
"label" : "Columns",
"columns" : [ {
"components" : [ {
"label" : "Stage",
"description" : "Automatisch generiert",
"allowMultipleMasks" : false,
"showWordCount" : false,
"showCharCount" : false,
"disabled" : true,
"tableView" : true,
"alwaysEnabled" : false,
"type" : "textfield",
"input" : true,
"key" : "stage",
"defaultValue" : "",
"validate" : {
"customMessage" : "",
"json" : ""
},
"conditional" : {
"show" : "",
"when" : "",
"json" : ""
},
"tabs" : null,
"properties" : { },
"inputFormat" : "plain",
"encrypted" : false,
"tags" : [ ],
"customConditional" : "",
"logic" : [ ],
"widget" : {
"type" : ""
},
"reorder" : false
} ],
"width" : 6,
"offset" : 0,
"push" : 0,
"pull" : 0,
"type" : "column",
"input" : false,
"hideOnChildrenHidden" : false,
"key" : "column",
"tableView" : true,
"label" : "Column"
}, {
"components" : [ ],
"width" : 6,
"offset" : 0,
"push" : 0,
"pull" : 0,
"type" : "column",
"input" : false,
"hideOnChildrenHidden" : false,
"key" : "column",
"tableView" : true,
"label" : "Column"
} ],
"mask" : false,
"tableView" : false,
"alwaysEnabled" : false,
"type" : "columns",
"input" : false,
"key" : "columns4",
"conditional" : {
"show" : "",
"when" : "",
"json" : ""
},
"tabs" : null,
"reorder" : false,
"properties" : { },
"tags" : null,
"customConditional" : "",
"logic" : [ ]
}, {
"label" : "Columns", "label" : "Columns",
"columns" : [ { "columns" : [ {
"components" : [ { "components" : [ {
@ -79,7 +156,7 @@
"properties" : { }, "properties" : { },
"inputFormat" : "plain", "inputFormat" : "plain",
"encrypted" : false, "encrypted" : false,
"tags" : null, "tags" : [ ],
"customConditional" : "", "customConditional" : "",
"logic" : [ ], "logic" : [ ],
"widget" : { "widget" : {
@ -115,7 +192,7 @@
"alwaysEnabled" : false, "alwaysEnabled" : false,
"type" : "columns", "type" : "columns",
"input" : false, "input" : false,
"key" : "columns4", "key" : "columns3",
"conditional" : { "conditional" : {
"show" : "", "show" : "",
"when" : "", "when" : "",
@ -267,40 +344,7 @@
"key" : "column", "key" : "column",
"tableView" : true, "tableView" : true,
"label" : "Column" "label" : "Column"
} ],
"mask" : false,
"tableView" : false,
"alwaysEnabled" : false,
"type" : "columns",
"input" : false,
"key" : "columns3",
"conditional" : {
"show" : "",
"when" : "",
"json" : ""
},
"tabs" : null,
"reorder" : false,
"properties" : { },
"tags" : null,
"customConditional" : "",
"logic" : [ ]
}, {
"label" : "Columns",
"columns" : [ {
"components" : [ ],
"width" : 6,
"offset" : 0,
"push" : 0,
"pull" : 0,
"type" : "column",
"input" : false,
"hideOnChildrenHidden" : false,
"key" : "column",
"tableView" : true,
"label" : "Column"
}, { }, {
"components" : [ ],
"width" : 6, "width" : 6,
"offset" : 0, "offset" : 0,
"push" : 0, "push" : 0,
@ -310,7 +354,8 @@
"hideOnChildrenHidden" : false, "hideOnChildrenHidden" : false,
"key" : "column", "key" : "column",
"tableView" : true, "tableView" : true,
"label" : "Column" "label" : "Column",
"components" : [ ]
} ], } ],
"mask" : false, "mask" : false,
"tableView" : false, "tableView" : false,
@ -324,11 +369,11 @@
"json" : "" "json" : ""
}, },
"tabs" : null, "tabs" : null,
"reorder" : false,
"properties" : { }, "properties" : { },
"tags" : null, "tags" : null,
"customConditional" : "", "customConditional" : "",
"logic" : [ ] "logic" : [ ],
"reorder" : false
}, { }, {
"label" : "Admin", "label" : "Admin",
"hideLabel" : true, "hideLabel" : true,

@ -63,6 +63,7 @@
<camunda:entry key="key" /> <camunda:entry key="key" />
<camunda:entry key="name" /> <camunda:entry key="name" />
<camunda:entry key="user_ids">${initial_user_ids}</camunda:entry> <camunda:entry key="user_ids">${initial_user_ids}</camunda:entry>
<camunda:entry key="stage">${envStage}</camunda:entry>
</camunda:map> </camunda:map>
</camunda:outputParameter> </camunda:outputParameter>
</camunda:inputOutput> </camunda:inputOutput>
@ -378,10 +379,6 @@
<di:waypoint x="206" y="720" /> <di:waypoint x="206" y="720" />
<di:waypoint x="272" y="720" /> <di:waypoint x="272" y="720" />
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_01w1452_di" bpmnElement="Flow_01w1452">
<di:waypoint x="308" y="720" />
<di:waypoint x="380" y="720" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_00n1r2j_di" bpmnElement="Flow_00n1r2j"> <bpmndi:BPMNEdge id="Flow_00n1r2j_di" bpmnElement="Flow_00n1r2j">
<di:waypoint x="480" y="720" /> <di:waypoint x="480" y="720" />
<di:waypoint x="572" y="720" /> <di:waypoint x="572" y="720" />
@ -389,6 +386,10 @@
<dc:Bounds x="504" y="702" width="45" height="14" /> <dc:Bounds x="504" y="702" width="45" height="14" />
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_01w1452_di" bpmnElement="Flow_01w1452">
<di:waypoint x="308" y="720" />
<di:waypoint x="380" y="720" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Event_0twmkxv_di" bpmnElement="Event_0asnmja"> <bpmndi:BPMNShape id="Event_0twmkxv_di" bpmnElement="Event_0asnmja">
<dc:Bounds x="572" y="482" width="36" height="36" /> <dc:Bounds x="572" y="482" width="36" height="36" />
</bpmndi:BPMNShape> </bpmndi:BPMNShape>

Loading…
Cancel
Save