From 77e71d004860bd25bfcab114552afb7a916f81f6 Mon Sep 17 00:00:00 2001
From: Sven Ketelsen
Date: Tue, 24 May 2022 18:22:20 +0200
Subject: [PATCH] feat: fun with email templates aka. thymeleaf
---
.../smardigo-up-and-running.html | 28 ++++++----
.../provisioning/process/simple-connect.bpmn | 56 +++++++++----------
2 files changed, 45 insertions(+), 39 deletions(-)
diff --git a/smardigo/provisioning/mail-template/smardigo-up-and-running.html b/smardigo/provisioning/mail-template/smardigo-up-and-running.html
index d5528ec..5c3b8ff 100644
--- a/smardigo/provisioning/mail-template/smardigo-up-and-running.html
+++ b/smardigo/provisioning/mail-template/smardigo-up-and-running.html
@@ -15,9 +15,9 @@
Zum Abschließen der Installation müssen Sie sich mit den folgend angegebenen initialen Zugangsdaten
- anmelden. Sie werden danach aufgefordert, ihre eigenen Passwörter zu setzen. Beachten Sie, dass die
+ anmelden. Sie werden danach aufgefordert, Ihre eigenen Passwörter zu setzen. Beachten Sie, dass die
zugehörigen Benutzer über alle Ihre Smardigo-Instanzen hin geteilt werden. Die initialen Passwörter
- können nur für die aller erste Anmeldung verwendet werden. Von Ihnen gesetzte Passwörter werden nicht
+ können nur für die allererste Anmeldung verwendet werden. Von Ihnen gesetzte Passwörter werden nicht
überschrieben.
@@ -30,21 +30,27 @@
| Connect |
- ${ connect_admin_username } |
- ${ connect_admin_password } |
- https://${ cluster.stage }-${ tenant.key }-${ cluster.name }-01-connect.smardigo.digital |
+ some-username |
+ some-password |
+ some-link |
| Keycloak |
- ${ keycloak_admin_username } |
- ${ keycloak_admin_password } |
- https://${ cluster.stage }-keycloak-01.smardigo.digital/auth/admin/${ tenant.key }/console |
+ some-username |
+ some-password |
+ some-link |
| Wordpress |
- ${ wordpress_admin_username } |
- ${ wordpress_admin_password } |
- https://${ cluster.stage }-${ tenant.key }-${ cluster.name }-01-wordpress.smardigo.digital |
+ some-username |
+ some-password |
+ some-link |
+
+
+ | ELK |
+ some-username |
+ some-password |
+ some-link |
diff --git a/smardigo/provisioning/process/simple-connect.bpmn b/smardigo/provisioning/process/simple-connect.bpmn
index eb165e4..4a4d2ca 100644
--- a/smardigo/provisioning/process/simple-connect.bpmn
+++ b/smardigo/provisioning/process/simple-connect.bpmn
@@ -1127,7 +1127,7 @@ Variables.userId(authenticatedUserId)
${creation_user_id}
Neue Smardigo Instanz
- template(smardigo-up-and-running.html)
+ template(smardigo-up-and-running)
Flow_1gzjfsr
@@ -1257,6 +1257,14 @@ processes.byId(contextScopeId, contextProcessId).createComment('current_job_id :
+
+
+
+
+
+
+
+
@@ -1514,14 +1522,6 @@ processes.byId(contextScopeId, contextProcessId).createComment('current_job_id :
-
-
-
-
-
-
-
-
@@ -1585,25 +1585,6 @@ processes.byId(contextScopeId, contextProcessId).createComment('current_job_id :
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -2166,6 +2147,25 @@ processes.byId(contextScopeId, contextProcessId).createComment('current_job_id :
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+